mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-30 15:59:16 +02:00
this is fucked
This commit is contained in:
+5
-7
@@ -1,10 +1,8 @@
|
|||||||
from typing import TYPE_CHECKING
|
class PlayerModule:
|
||||||
if TYPE_CHECKING:
|
def on_new_playlist(self, playlist: list[tuple[str, bool, bool, bool]]):
|
||||||
class PlayerModule:
|
pass
|
||||||
def on_new_playlist(self, playlist: list[tuple[str, bool, bool, bool]]):
|
def on_new_track(self, index: int, track: str, to_fade_in: bool, to_fade_out: bool, official: bool):
|
||||||
pass
|
pass
|
||||||
def on_new_track(self, index: int, track: str, to_fade_in: bool, to_fade_out: bool, official: bool):
|
|
||||||
pass
|
|
||||||
|
|
||||||
import socket, re, log95, os
|
import socket, re, log95, os
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,8 @@
|
|||||||
from typing import TYPE_CHECKING
|
class PlayerModule:
|
||||||
if TYPE_CHECKING:
|
def on_new_playlist(self, playlist: list[tuple[str, bool, bool, bool]]):
|
||||||
class PlayerModule:
|
pass
|
||||||
def on_new_playlist(self, playlist: list[tuple[str, bool, bool, bool]]):
|
def on_new_track(self, index: int, track: str, to_fade_in: bool, to_fade_out: bool, official: bool):
|
||||||
pass
|
pass
|
||||||
def on_new_track(self, index: int, track: str, to_fade_in: bool, to_fade_out: bool, official: bool):
|
|
||||||
pass
|
|
||||||
|
|
||||||
class Module(PlayerModule):
|
class Module(PlayerModule):
|
||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
|
|||||||
Reference in New Issue
Block a user