diff --git a/API.md b/API.md index a2ebc994..cca3802e 100644 --- a/API.md +++ b/API.md @@ -700,8 +700,9 @@ Returns: "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, diff --git a/plexpy/webserve.py b/plexpy/webserve.py index 2f4cc458..edff4cc9 100644 --- a/plexpy/webserve.py +++ b/plexpy/webserve.py @@ -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),