diff --git a/API.md b/API.md index 41153114..c160ca68 100644 --- a/API.md +++ b/API.md @@ -853,6 +853,7 @@ Returns: [{"art": "/:/resources/show-fanart.jpg", "child_count": "3745", "count": "62", + "is_active": 1, "parent_count": "240", "section_id": "2", "section_name": "TV Shows", @@ -895,6 +896,7 @@ Returns: "duration": 1578037, "guid": "com.plexapp.agents.thetvdb://121361/6/1?lang=en", "id": 1128, + "is_active": 1, "keep_history": "Checked", "labels": [], "last_accessed": 1462693216, @@ -940,6 +942,7 @@ Returns: "deleted_section": 0, "do_notify": 1, "do_notify_created": 1, + "is_active": 1, "keep_history": 1, "library_art": "/:/resources/movie-fanart.jpg", "library_thumb": "/:/resources/movie.png", diff --git a/plexpy/webserve.py b/plexpy/webserve.py index c1618777..ea62dfb8 100644 --- a/plexpy/webserve.py +++ b/plexpy/webserve.py @@ -398,6 +398,7 @@ class WebInterface(object): "duration": 1578037, "guid": "com.plexapp.agents.thetvdb://121361/6/1?lang=en", "id": 1128, + "is_active": 1, "keep_history": "Checked", "labels": [], "last_accessed": 1462693216, @@ -788,6 +789,7 @@ class WebInterface(object): "deleted_section": 0, "do_notify": 1, "do_notify_created": 1, + "is_active": 1, "keep_history": 1, "library_art": "/:/resources/movie-fanart.jpg", "library_thumb": "/:/resources/movie.png", @@ -5359,6 +5361,7 @@ class WebInterface(object): [{"art": "/:/resources/show-fanart.jpg", "child_count": "3745", "count": "62", + "is_active": 1, "parent_count": "240", "section_id": "2", "section_name": "TV Shows",