Add product to get_history API command

This commit is contained in:
JonnyWong16 2019-09-03 19:52:54 -07:00
parent a9b10c4560
commit f65f5d07c0
2 changed files with 7 additions and 4 deletions

View file

@ -1630,8 +1630,9 @@ class WebInterface(object):
"parent_title": "",
"paused_counter": 0,
"percent_complete": 84,
"platform": "Chrome",
"player": "Plex Web (Chrome)",
"platform": "Windows",
"product": "Plex for Windows",
"player": "Castle-PC",
"rating_key": 4348,
"reference_id": 1123,
"session_key": null,
@ -1660,6 +1661,7 @@ class WebInterface(object):
("friendly_name", True, True),
("ip_address", True, True),
("platform", True, True),
("product", True, True),
("player", True, True),
("full_title", True, True),
("started", True, False),