You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-27 06:03:52 +01:00
testing modules
This commit is contained in:
5
player_modules.py
Normal file
5
player_modules.py
Normal file
@@ -0,0 +1,5 @@
|
||||
class PlayerModule:
|
||||
def on_new_playlist(self, playlist: list[str]):
|
||||
pass
|
||||
def on_new_track(self, track: str, index: int):
|
||||
pass
|
||||
Reference in New Issue
Block a user