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:
parent
8a5d253d55
commit
260d540750
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue