🐛 | Fix SonarQube dead code and improve coverage
All checks were successful
SonarQube Code Quality Scan / SonarQube Scan (push) Successful in 1m43s

This commit is contained in:
2026-06-04 18:45:59 +03:00
parent daf9c5739c
commit 1f5d8dca0c
3 changed files with 52 additions and 6 deletions

2
gui.py
View File

@@ -168,7 +168,7 @@ def _load_thumbnail(video_id: str, thumb_url: str,
nam = _get_thumbnail_nam()
reply = nam.get(QNetworkRequest(QUrl(thumb_url)))
def _on_downloaded(reply=reply, nam=nam, cache_path=cache_path,
def _on_downloaded(reply=reply, cache_path=cache_path,
art_label=art_label, size=size,
style_pass=style_pass, style_fail=style_fail,
video_id=video_id):