mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-06 06:36:25 +00:00
Fix original language missing on series tvdb
This commit is contained in:
@@ -290,7 +290,7 @@ class TVDB(Provider):
|
||||
)
|
||||
trans = {
|
||||
normalize_lang(lang): ts
|
||||
for (lang, ts) in zip(self._languages, translations)
|
||||
for (lang, ts) in zip(languages, translations)
|
||||
if ts is not None
|
||||
}
|
||||
ret = ret["data"]
|
||||
|
||||
Reference in New Issue
Block a user