Commit Graph

5 Commits

Author SHA1 Message Date
daf9c5739c 🐛 | Code quality fixes
All checks were successful
SonarQube Code Quality Scan / SonarQube Scan (push) Successful in 1m43s
- 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
2870f790bd 🐛 | Fix tests
All checks were successful
SonarQube Code Quality Scan / SonarQube Scan (push) Successful in 1m44s
2026-06-03 19:05:17 +03:00
363ee732b4 | Add ability to load previous track
All checks were successful
SonarQube Code Quality Scan / SonarQube Scan (push) Successful in 26s
2026-06-01 21:29:53 +03:00
31ceb040ed 🐛 | Inform user if loading fails
All checks were successful
SonarQube Code Quality Scan / SonarQube Scan (push) Successful in 1m25s
2026-06-01 21:22:51 +03:00
c0f1044144 🎉 | Project added
All checks were successful
SonarQube Code Quality Scan / SonarQube Scan (push) Successful in 3m36s
2026-05-31 23:03:55 +03:00