You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-27 06:03:52 +01:00
oh
This commit is contained in:
@@ -16,3 +16,5 @@ class Module(PlayerModule):
|
|||||||
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