major stuff in the web.html

This commit is contained in:
2026-04-16 14:06:53 +02:00
parent f31a85a62c
commit 4ffcdc9e0a
4 changed files with 232 additions and 142 deletions
+1
View File
@@ -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()