mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-29 15:29:14 +02:00
some updates
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ class Module(PlaylistModifierModule):
|
||||
if int(global_args.get("no_shuffle", 0)) == 0: random.shuffle(playlist)
|
||||
return playlist
|
||||
|
||||
playlistmod = (Module(), 0)
|
||||
playlistmod = Module(), 1
|
||||
|
||||
# This is free and unencumbered software released into the public domain.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user