0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 21:53:54 +01:00
This commit is contained in:
2025-12-20 20:06:17 +01:00
parent d13e404d30
commit 4584bb6b84
4 changed files with 19 additions and 7 deletions

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(), 1)
playlistmod = (PopularitySorterModule(), 2)