mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Fix platform in get_home_stats and get_user_player_stats API docs
This commit is contained in:
parent
bff4a3f6ba
commit
27b72663d4
1 changed files with 4 additions and 3 deletions
|
@ -1744,13 +1744,15 @@ class WebInterface(object):
|
|||
|
||||
Returns:
|
||||
json:
|
||||
[{"platform_type": "Chrome",
|
||||
[{"platform": "Chrome",
|
||||
"platform_name": "chrome",
|
||||
"player_name": "Plex Web (Chrome)",
|
||||
"result_id": 1,
|
||||
"total_plays": 170,
|
||||
"total_time": 349618
|
||||
},
|
||||
{"platform_type": "Chromecast",
|
||||
{"platform": "Chromecast",
|
||||
"platform_name": "chromecast",
|
||||
"player_name": "Chromecast",
|
||||
"result_id": 2,
|
||||
"total_plays": 42,
|
||||
|
@ -6195,7 +6197,6 @@ class WebInterface(object):
|
|||
"live": 0,
|
||||
"media_type": "episode",
|
||||
"platform": "",
|
||||
"platform_type": "",
|
||||
"rating_key": 1219,
|
||||
"row_id": 1116,
|
||||
"section_id": 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue