You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 13:52:00 +01:00
whoops
This commit is contained in:
@@ -68,7 +68,8 @@ class Module(ActiveModifier):
|
||||
return (self.last_track, next_track), True
|
||||
elif len(self.originals):
|
||||
self.last_track = self.originals.pop(0)
|
||||
next_track = self.originals[0]
|
||||
if len(self.originals): next_track = self.originals[0]
|
||||
else: next_track = track
|
||||
else: self.last_track = track
|
||||
|
||||
if self.limit_tracks:
|
||||
|
||||
Reference in New Issue
Block a user