0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 21:53:54 +01:00
This commit is contained in:
2025-12-13 21:23:09 +01:00
parent 1610dcf1d6
commit b8f4282adc

View File

@@ -237,6 +237,7 @@ class Module(PlayerModule):
except Exception: pass
def shutdown(self):
self.logger.info("Shutting down...")
self.ipc_thread_running = False
try: self.imc_q.put(None)