mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-13 16:52:58 -07:00
Change friendly name hover title text to username
This commit is contained in:
parent
d9ece291b7
commit
e3eca5af46
10 changed files with 25 additions and 16 deletions
|
@ -982,12 +982,14 @@ class WebInterface(object):
|
|||
[{"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",
|
||||
{"friendly_name": "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"
|
||||
},
|
||||
{...},
|
||||
{...}
|
||||
|
@ -1200,6 +1202,7 @@ class WebInterface(object):
|
|||
"transcode_decision": "transcode",
|
||||
"user_id": 133788,
|
||||
"user_thumb": "https://plex.tv/users/568gwwoib5t98a3a/avatar",
|
||||
"username": "LordCommanderSnow",
|
||||
"year": 2016
|
||||
},
|
||||
{...},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue