Change friendly name hover title text to username

This commit is contained in:
JonnyWong16 2020-09-29 20:07:23 -07:00
commit e3eca5af46
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
10 changed files with 25 additions and 16 deletions

7
API.md
View file

@ -1066,12 +1066,14 @@ Returns:
[{"friendly_name": "Jon Snow",
"total_plays": 170,
"user_id": 133788,
"user_thumb": "https://plex.tv/users/k10w42309cynaopq/avatar"
"user_thumb": "https://plex.tv/users/k10w42309cynaopq/avatar",
"username": "LordCommanderSnow"
},
{"platform_type": "DanyKhaleesi69",
"total_plays": 42,
"user_id": 8008135,
"user_thumb": "https://plex.tv/users/568gwwoib5t98a3a/avatar"
"user_thumb": "https://plex.tv/users/568gwwoib5t98a3a/avatar",
"username: "DanyKhaleesi69"
},
{...},
{...}
@ -2545,6 +2547,7 @@ Returns:
"transcode_decision": "transcode",
"user_id": 133788,
"user_thumb": "https://plex.tv/users/568gwwoib5t98a3a/avatar",
"username": "LordCommanderSnow",
"year": 2016
},
{...},