0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 21:53:54 +01:00
This commit is contained in:
2025-12-21 19:51:28 +01:00
parent ef204db17b
commit 24e86b4aa0

View File

@@ -97,7 +97,7 @@ class Module(ActiveModifier):
if self.skip_next:
logger.info("Skip next flag was on, skipping this song.")
self.skip_next = False
return (None, None), None
return self.play(index, track, next_track)
return (self.last_track, next_track), True
elif len(self.originals):
self.last_track = self.originals.pop(0)