This commit is contained in:
rainbow napkin 2025-10-25 09:56:24 -04:00
parent 37990ff8c3
commit 166e174397

View file

@ -1213,6 +1213,7 @@ class queue{
//Moved this from the block below to prevent accidental over-caching //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 //We may need to throw this into it's own conditional if it causes issues
//Take it out of the active schedule //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); this.schedule.delete(wasPlaying.startTime);
//If we're not in volatile mode and we're not ending a livestream //If we're not in volatile mode and we're not ending a livestream