This commit is contained in:
2025-12-15 14:35:41 +01:00
parent e9a8a5126d
commit ccd6aa5319
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -76,4 +76,4 @@ class PopularitySorterModule(PlaylistModifierModule):
return playlist
# The radioPlayer will look for a 'playlistmod' variable to load the module.
playlistmod = PopularitySorterModule()
playlistmod = (PopularitySorterModule(), 1)