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:
@@ -1,5 +1,3 @@
|
|||||||
from typing import TYPE_CHECKING
|
|
||||||
if TYPE_CHECKING:
|
|
||||||
class PlayerModule:
|
class PlayerModule:
|
||||||
def on_new_playlist(self, playlist: list[tuple[str, bool, bool, bool]]):
|
def on_new_playlist(self, playlist: list[tuple[str, bool, bool, bool]]):
|
||||||
pass
|
pass
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
from typing import TYPE_CHECKING
|
|
||||||
if TYPE_CHECKING:
|
|
||||||
class PlayerModule:
|
class PlayerModule:
|
||||||
def on_new_playlist(self, playlist: list[tuple[str, bool, bool, bool]]):
|
def on_new_playlist(self, playlist: list[tuple[str, bool, bool, bool]]):
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user