Fix original language missing on series tvdb

This commit is contained in:
Zoe Roux 2024-05-15 00:06:06 +02:00
parent e02912119b
commit 3ce8a49282
No known key found for this signature in database

View File

@ -290,7 +290,7 @@ class TVDB(Provider):
) )
trans = { trans = {
normalize_lang(lang): ts normalize_lang(lang): ts
for (lang, ts) in zip(self._languages, translations) for (lang, ts) in zip(languages, translations)
if ts is not None if ts is not None
} }
ret = ret["data"] ret = ret["data"]