mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-08 10:25:08 +00:00
Prep parentid change
Few other things
This commit is contained in:
parent
0478894676
commit
2deb31b294
8 changed files with 51 additions and 26 deletions
|
@ -203,8 +203,7 @@ def get_plugins():
|
|||
|
||||
def get_seasons(show_id):
|
||||
return shows("/%s/Seasons" % show_id, params={
|
||||
'UserId': "{UserId}",
|
||||
'Fields': basic_info()
|
||||
'UserId': "{UserId}"
|
||||
})
|
||||
|
||||
def get_date_modified(date, parent_id, media=None):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue