Files
Tunetti/gui.py
NikkeDoy daf9c5739c
All checks were successful
SonarQube Code Quality Scan / SonarQube Scan (push) Successful in 1m43s
🐛 | Code quality fixes
- config.py: move 'import shutil' to module level
- player.py: unify type hints, narrow except, add debug log
- discord_rpc.py: replace broad except Exception with specific types
- gui.py: remove unused import; replace lambda closures with method refs; fix closure scope bug; extract _populate_list_page() to remove duplicate code; add public accessors; make flush_volume public; add AudioVisualizer.reset_activity()
- tests: replace unused _f variable with Path.touch()
2026-06-04 18:27:44 +03:00

114 KiB