Fix season artwork

This commit is contained in:
angelblue05 2018-09-15 21:55:37 -05:00
parent 396b6c4608
commit 5d2c47f84a
2 changed files with 3 additions and 5 deletions

View file

@ -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):