🐛 | Remove unused video_id from closure defaults

This commit is contained in:
2026-06-04 18:57:31 +03:00
parent 1f5d8dca0c
commit 3b6e4f8b4d

3
gui.py
View File

@@ -170,8 +170,7 @@ def _load_thumbnail(video_id: str, thumb_url: str,
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):
style_pass=style_pass, style_fail=style_fail):
# The label may have been deleted (e.g. search results refreshed)
# while the network request was in flight — guard against that.
try: