This commit is contained in:
Kuba
2025-11-01 18:03:06 +01:00
parent d5c9c9e5c3
commit 5f16b29011
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ class PlayerModule:
pass
def imc_data(self, source: 'PlayerModule | ActiveModifier | PlaylistAdvisor', data: object, broadcast: bool) -> object:
return None
def progess(self, index: int, track: Track, elapsed: float, total: float):
def progress(self, index: int, track: Track, elapsed: float, total: float):
pass
class PlaylistModifierModule:
"""