mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Fix original language missing on series tvdb
This commit is contained in:
parent
e02912119b
commit
3ce8a49282
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user