🐛 | Remove unused video_id from closure defaults
This commit is contained in:
3
gui.py
3
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:
|
||||
|
||||
Reference in New Issue
Block a user