mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-29 15:29:14 +02:00
some technical improvements
This commit is contained in:
+1
-1
@@ -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()
|
||||
Reference in New Issue
Block a user