1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-02-22 14:00:52 +00:00

Fix KeyError for Argenteam Provider

This commit is contained in:
Vitiko 2021-02-23 07:50:36 -04:00 committed by GitHub
parent 8a5d253d55
commit 260d540750
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -197,6 +197,9 @@ class ArgenteamProvider(Provider, ProviderSubtitleArchiveMixin):
if not content:
continue
if not content.get("releases"):
continue
imdb_id = year = None
returned_title = title
if not is_episode and "info" in content: