Fix anidb enrichment return type

pull/2472/head
Anderson Oki 4 weeks ago
parent a2fee0e1e4
commit 1dab43c001

@ -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…
Cancel
Save