From 07715c6a493d983852cf4aab27dd6391005ac816 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Thu, 13 Apr 2023 15:17:41 -0700 Subject: [PATCH] Rename API get_history response duration to play_duration --- plexpy/webserve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexpy/webserve.py b/plexpy/webserve.py index 7234d9d9..57921b61 100644 --- a/plexpy/webserve.py +++ b/plexpy/webserve.py @@ -1920,7 +1920,6 @@ class WebInterface(object): "filter_duration": "10 hrs 12 mins", "data": [{"date": 1462687607, - "duration": 263, "friendly_name": "Mother of Dragons", "full_title": "Game of Thrones - The Red Woman", "grandparent_rating_key": 351, @@ -1942,6 +1941,7 @@ class WebInterface(object): "paused_counter": 0, "percent_complete": 84, "platform": "Windows", + "play_duration": 263, "product": "Plex for Windows", "player": "Castle-PC", "rating_key": 4348,