Add product to get_history API command
This commit is contained in:
@@ -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),
|
||||
|
Reference in New Issue
Block a user