You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 21:53:54 +01:00
recurse
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user