mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-29 15:29:14 +02:00
bruh
This commit is contained in:
+1
-1
@@ -5,6 +5,6 @@ from . import PlaylistModifierModule, Track
|
||||
class Module(PlaylistModifierModule):
|
||||
def modify(self, global_args: dict, playlist: list[Track]):
|
||||
if int(global_args.get("no_shuffle", 0)) == 0: random.shuffle(playlist)
|
||||
return None
|
||||
return playlist
|
||||
|
||||
playlistmod = (Module(), 0)
|
||||
Reference in New Issue
Block a user