swap order of jingle/remover

This commit is contained in:
2026-07-06 22:24:00 +02:00
parent 3eeb55b009
commit b83c142cc6
2 changed files with 9 additions and 16 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ class Module2(PlayerModule):
return self._imc.send(self, "activemod", {"action": "add_to_toplay", "songs": [f"!{jingle}"], "top": bool(data)})
module = Module2()
playlistmod = Module(), 2
playlistmod = Module(), 3
# This is free and unencumbered software released into the public domain.