mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-01 12:44:45 -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 = {
|
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"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user