You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-27 06:03:52 +01:00
ok
This commit is contained in:
@@ -52,4 +52,4 @@ class Module2(PlayerModule):
|
|||||||
|
|
||||||
options = Path("/home/user/Jingiel.mp3"), [Path("/home/user/jing2.opus"), Path("Jing3.opus")]
|
options = Path("/home/user/Jingiel.mp3"), [Path("/home/user/jing2.opus"), Path("Jing3.opus")]
|
||||||
module = Module2(*options)
|
module = Module2(*options)
|
||||||
playlistmod = (Module(*options), 1)
|
playlistmod = (Module(*options), 2)
|
||||||
@@ -76,4 +76,4 @@ class PopularitySorterModule(PlaylistModifierModule):
|
|||||||
return playlist
|
return playlist
|
||||||
|
|
||||||
# The radioPlayer will look for a 'playlistmod' variable to load the module.
|
# The radioPlayer will look for a 'playlistmod' variable to load the module.
|
||||||
playlistmod = PopularitySorterModule()
|
playlistmod = (PopularitySorterModule(), 1)
|
||||||
Reference in New Issue
Block a user