From 166e174397424f1c770d4feef6d579d1451142d9 Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Sat, 25 Oct 2025 09:56:24 -0400 Subject: [PATCH] comment --- src/app/channel/media/queue.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/channel/media/queue.js b/src/app/channel/media/queue.js index ec44c81..9bbaa01 100644 --- a/src/app/channel/media/queue.js +++ b/src/app/channel/media/queue.js @@ -1213,6 +1213,7 @@ class queue{ //Moved this from the block below to prevent accidental over-caching //We may need to throw this into it's own conditional if it causes issues //Take it out of the active schedule + //Ultimitaly though, if something is voltaile it should handle saving chanDB on its own, so this should be a non-issue this.schedule.delete(wasPlaying.startTime); //If we're not in volatile mode and we're not ending a livestream