mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 23:42:37 -07:00
Add product to get_history API command
This commit is contained in:
parent
a9b10c4560
commit
f65f5d07c0
2 changed files with 7 additions and 4 deletions
5
API.md
5
API.md
|
@ -700,8 +700,9 @@ Returns:
|
||||||
"parent_title": "",
|
"parent_title": "",
|
||||||
"paused_counter": 0,
|
"paused_counter": 0,
|
||||||
"percent_complete": 84,
|
"percent_complete": 84,
|
||||||
"platform": "Chrome",
|
"platform": "Windows",
|
||||||
"player": "Plex Web (Chrome)",
|
"product": "Plex for Windows",
|
||||||
|
"player": "Castle-PC",
|
||||||
"rating_key": 4348,
|
"rating_key": 4348,
|
||||||
"reference_id": 1123,
|
"reference_id": 1123,
|
||||||
"session_key": null,
|
"session_key": null,
|
||||||
|
|
|
@ -1630,8 +1630,9 @@ class WebInterface(object):
|
||||||
"parent_title": "",
|
"parent_title": "",
|
||||||
"paused_counter": 0,
|
"paused_counter": 0,
|
||||||
"percent_complete": 84,
|
"percent_complete": 84,
|
||||||
"platform": "Chrome",
|
"platform": "Windows",
|
||||||
"player": "Plex Web (Chrome)",
|
"product": "Plex for Windows",
|
||||||
|
"player": "Castle-PC",
|
||||||
"rating_key": 4348,
|
"rating_key": 4348,
|
||||||
"reference_id": 1123,
|
"reference_id": 1123,
|
||||||
"session_key": null,
|
"session_key": null,
|
||||||
|
@ -1660,6 +1661,7 @@ class WebInterface(object):
|
||||||
("friendly_name", True, True),
|
("friendly_name", True, True),
|
||||||
("ip_address", True, True),
|
("ip_address", True, True),
|
||||||
("platform", True, True),
|
("platform", True, True),
|
||||||
|
("product", True, True),
|
||||||
("player", True, True),
|
("player", True, True),
|
||||||
("full_title", True, True),
|
("full_title", True, True),
|
||||||
("started", True, False),
|
("started", True, False),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue