You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-27 06:03:52 +01:00
recurse
This commit is contained in:
@@ -97,7 +97,7 @@ class Module(ActiveModifier):
|
|||||||
if self.skip_next:
|
if self.skip_next:
|
||||||
logger.info("Skip next flag was on, skipping this song.")
|
logger.info("Skip next flag was on, skipping this song.")
|
||||||
self.skip_next = False
|
self.skip_next = False
|
||||||
return (None, None), None
|
return self.play(index, track, next_track)
|
||||||
return (self.last_track, next_track), True
|
return (self.last_track, next_track), True
|
||||||
elif len(self.originals):
|
elif len(self.originals):
|
||||||
self.last_track = self.originals.pop(0)
|
self.last_track = self.originals.pop(0)
|
||||||
|
|||||||
Reference in New Issue
Block a user