Fix KeyError for Argenteam Provider

pull/1297/head
Vitiko 3 years ago committed by GitHub
parent 8a5d253d55
commit 260d540750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save