mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-29 23:39:15 +02:00
reforms!
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
class PlayerModule:
|
||||
def on_new_playlist(self, playlist: list[tuple[str, bool, bool, bool, dict]]):
|
||||
pass
|
||||
def on_new_track(self, index: int, track: str, to_fade_in: bool, to_fade_out: bool, official: bool):
|
||||
pass
|
||||
from . import PlayerModule
|
||||
|
||||
class Module(PlayerModule):
|
||||
def __init__(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user