Prep parentid change

Few other things
This commit is contained in:
angelblue05 2018-09-12 19:43:51 -05:00
parent 0478894676
commit 2deb31b294
8 changed files with 51 additions and 26 deletions

View file

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