You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 21:53:54 +01:00
remove useless line
This commit is contained in:
@@ -430,10 +430,6 @@ def main():
|
||||
result = "reload"
|
||||
|
||||
if result == "reload": play_loop = False
|
||||
|
||||
except KeyboardInterrupt:
|
||||
logger.info("Player stopped by user")
|
||||
procman.stop_all()
|
||||
except Exception as e:
|
||||
logger.error(f"Unexpected error: {e}")
|
||||
procman.stop_all()
|
||||
|
||||
Reference in New Issue
Block a user