mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-29 15:29:14 +02:00
major stuff in the web.html
This commit is contained in:
@@ -130,6 +130,7 @@ class Module(PlaylistAdvisor):
|
||||
self._imc = imc
|
||||
imc.register(self, "advisor")
|
||||
def imc_data(self, source: BaseIMCModule, source_name: str | None, data: object, broadcast: bool):
|
||||
if broadcast: return
|
||||
return (self.custom_playlist, MORNING_START, DAY_END)
|
||||
|
||||
advisor = Module()
|
||||
|
||||
Reference in New Issue
Block a user