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 18:46:28 +01:00
parent 65fb544962
commit d32ae98de1

View File

@@ -225,7 +225,7 @@ class Module(PlayerModule):
self.ws_process.terminate()
self.ws_process.join(timeout=2)
if self.ws_process.is_alive():
while self.ws_process.is_alive():
try: self.ws_process.kill()
except Exception: pass