You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 21:53:54 +01:00
oh
This commit is contained in:
@@ -15,4 +15,6 @@ class Module(PlayerModule):
|
|||||||
def on_new_playlist(self, playlist: list[str]):
|
def on_new_playlist(self, playlist: list[str]):
|
||||||
self.playlist = playlist
|
self.playlist = playlist
|
||||||
def on_new_track(self, track: str, index: int):
|
def on_new_track(self, track: str, index: int):
|
||||||
write_playlist(self.playlist, index)
|
write_playlist(self.playlist, index)
|
||||||
|
|
||||||
|
module = Module()
|
||||||
Reference in New Issue
Block a user