some updates

This commit is contained in:
2026-04-15 19:56:40 +02:00
parent 2f4202a096
commit 32c61996f9
16 changed files with 126 additions and 221 deletions
+1 -1
View File
@@ -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.