mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-14 13:25:07 +00:00
Fix season artwork
This commit is contained in:
parent
396b6c4608
commit
5d2c47f84a
2 changed files with 3 additions and 5 deletions
|
@ -200,7 +200,8 @@ def get_plugins():
|
|||
|
||||
def get_seasons(show_id):
|
||||
return shows("/%s/Seasons" % show_id, params={
|
||||
'UserId': "{UserId}"
|
||||
'UserId': "{UserId}",
|
||||
'EnableImages': True
|
||||
})
|
||||
|
||||
def get_date_modified(date, parent_id, media=None):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue