From ccd6aa5319f46749c900b67969bb9981f979e04e Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Mon, 15 Dec 2025 14:35:41 +0100 Subject: [PATCH] ok --- modules/jingle.py | 2 +- modules/play_sort.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/jingle.py b/modules/jingle.py index c3d4d71..d06892e 100644 --- a/modules/jingle.py +++ b/modules/jingle.py @@ -52,4 +52,4 @@ class Module2(PlayerModule): options = Path("/home/user/Jingiel.mp3"), [Path("/home/user/jing2.opus"), Path("Jing3.opus")] module = Module2(*options) -playlistmod = (Module(*options), 1) \ No newline at end of file +playlistmod = (Module(*options), 2) \ No newline at end of file diff --git a/modules/play_sort.py b/modules/play_sort.py index 4a0ee1d..7480874 100644 --- a/modules/play_sort.py +++ b/modules/play_sort.py @@ -76,4 +76,4 @@ class PopularitySorterModule(PlaylistModifierModule): return playlist # The radioPlayer will look for a 'playlistmod' variable to load the module. -playlistmod = PopularitySorterModule() \ No newline at end of file +playlistmod = (PopularitySorterModule(), 1) \ No newline at end of file