some technical improvements

This commit is contained in:
Kuba
2025-11-02 10:05:59 +01:00
parent ab22aef14d
commit 7769d95f0c
4 changed files with 88 additions and 81 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ class Module(PlaylistAdvisor):
def imc(self, imc: InterModuleCommunication):
self.class_imc = imc
imc.register(self, "advisor")
def imc_data(self, source: PlayerModule | ActiveModifier | PlaylistAdvisor, data: object, broadcast: bool):
def imc_data(self, source: PlayerModule | ActiveModifier | PlaylistAdvisor, source_name: str | None, data: object, broadcast: bool):
return self.custom_playlist
advisor = Module()