mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Fix season artwork fetch on tvdb
This commit is contained in:
parent
6af791ca72
commit
d0a7d5766e
@ -387,13 +387,13 @@ class TVDB(Provider):
|
||||
overview=data["data"]["overview"],
|
||||
posters=[
|
||||
i["image"]
|
||||
for i in data["data"]["artworks"]
|
||||
for i in info["data"]["artworks"]
|
||||
if i["type"] == 7
|
||||
and (i["language"] == lang or i["language"] is None)
|
||||
],
|
||||
thumbnails=[
|
||||
i["image"]
|
||||
for i in data["data"]["artworks"]
|
||||
for i in info["data"]["artworks"]
|
||||
if i["type"] == 8
|
||||
and (i["language"] == lang or i["language"] is None)
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user