mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Change shared_libraries to list for get_user
This commit is contained in:
parent
bd83c8d55c
commit
fffd936b0f
2 changed files with 5 additions and 3 deletions
|
@ -6064,7 +6064,7 @@ class WebInterface(object):
|
|||
"is_restricted": 0,
|
||||
"keep_history": 1,
|
||||
"row_id": 1,
|
||||
"shared_libraries": "1;2;3",
|
||||
"shared_libraries": ["1", "2", "3"],
|
||||
"thumb": "https://plex.tv/users/k10w42309cynaopq/avatar",
|
||||
"user_id": "133788",
|
||||
"username": "Jon Snow"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue