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
1 changed files with 3 additions and 0 deletions

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: