From 3b6e4f8b4de5f6e16fd61354052dead9edf666c0 Mon Sep 17 00:00:00 2001 From: NikkeDoy Date: Thu, 4 Jun 2026 18:57:31 +0300 Subject: [PATCH] :bug: | Remove unused video_id from closure defaults --- gui.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gui.py b/gui.py index 241aebc..0f601d5 100644 --- a/gui.py +++ b/gui.py @@ -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: