mirror of https://github.com/morpheus65535/bazarr
no log: Fix anidb enrichment return type (#2472)
This commit is contained in:
parent
5e0433834e
commit
0bdfcd0eda
|
@ -53,7 +53,7 @@ class AniDBClient(object):
|
|||
]
|
||||
|
||||
if not animes:
|
||||
return None
|
||||
return None, None
|
||||
|
||||
# Sort the anime by offset in ascending order
|
||||
animes.sort(key=lambda a: a.episode_offset)
|
||||
|
|
Loading…
Reference in New Issue