Update API docs with library is_active
This commit is contained in:
3
API.md
3
API.md
@@ -853,6 +853,7 @@ Returns:
|
|||||||
[{"art": "/:/resources/show-fanart.jpg",
|
[{"art": "/:/resources/show-fanart.jpg",
|
||||||
"child_count": "3745",
|
"child_count": "3745",
|
||||||
"count": "62",
|
"count": "62",
|
||||||
|
"is_active": 1,
|
||||||
"parent_count": "240",
|
"parent_count": "240",
|
||||||
"section_id": "2",
|
"section_id": "2",
|
||||||
"section_name": "TV Shows",
|
"section_name": "TV Shows",
|
||||||
@@ -895,6 +896,7 @@ Returns:
|
|||||||
"duration": 1578037,
|
"duration": 1578037,
|
||||||
"guid": "com.plexapp.agents.thetvdb://121361/6/1?lang=en",
|
"guid": "com.plexapp.agents.thetvdb://121361/6/1?lang=en",
|
||||||
"id": 1128,
|
"id": 1128,
|
||||||
|
"is_active": 1,
|
||||||
"keep_history": "Checked",
|
"keep_history": "Checked",
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"last_accessed": 1462693216,
|
"last_accessed": 1462693216,
|
||||||
@@ -940,6 +942,7 @@ Returns:
|
|||||||
"deleted_section": 0,
|
"deleted_section": 0,
|
||||||
"do_notify": 1,
|
"do_notify": 1,
|
||||||
"do_notify_created": 1,
|
"do_notify_created": 1,
|
||||||
|
"is_active": 1,
|
||||||
"keep_history": 1,
|
"keep_history": 1,
|
||||||
"library_art": "/:/resources/movie-fanart.jpg",
|
"library_art": "/:/resources/movie-fanart.jpg",
|
||||||
"library_thumb": "/:/resources/movie.png",
|
"library_thumb": "/:/resources/movie.png",
|
||||||
|
@@ -398,6 +398,7 @@ class WebInterface(object):
|
|||||||
"duration": 1578037,
|
"duration": 1578037,
|
||||||
"guid": "com.plexapp.agents.thetvdb://121361/6/1?lang=en",
|
"guid": "com.plexapp.agents.thetvdb://121361/6/1?lang=en",
|
||||||
"id": 1128,
|
"id": 1128,
|
||||||
|
"is_active": 1,
|
||||||
"keep_history": "Checked",
|
"keep_history": "Checked",
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"last_accessed": 1462693216,
|
"last_accessed": 1462693216,
|
||||||
@@ -788,6 +789,7 @@ class WebInterface(object):
|
|||||||
"deleted_section": 0,
|
"deleted_section": 0,
|
||||||
"do_notify": 1,
|
"do_notify": 1,
|
||||||
"do_notify_created": 1,
|
"do_notify_created": 1,
|
||||||
|
"is_active": 1,
|
||||||
"keep_history": 1,
|
"keep_history": 1,
|
||||||
"library_art": "/:/resources/movie-fanart.jpg",
|
"library_art": "/:/resources/movie-fanart.jpg",
|
||||||
"library_thumb": "/:/resources/movie.png",
|
"library_thumb": "/:/resources/movie.png",
|
||||||
@@ -5359,6 +5361,7 @@ class WebInterface(object):
|
|||||||
[{"art": "/:/resources/show-fanart.jpg",
|
[{"art": "/:/resources/show-fanart.jpg",
|
||||||
"child_count": "3745",
|
"child_count": "3745",
|
||||||
"count": "62",
|
"count": "62",
|
||||||
|
"is_active": 1,
|
||||||
"parent_count": "240",
|
"parent_count": "240",
|
||||||
"section_id": "2",
|
"section_id": "2",
|
||||||
"section_name": "TV Shows",
|
"section_name": "TV Shows",
|
||||||
|
Reference in New Issue
Block a user