mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 21:21:15 -07:00
Revert "Match session user using user_id instead of username"
This reverts commit 6380de3e6c
.
This commit is contained in:
parent
0b6d9a4890
commit
d8e8dfbd45
1 changed files with 1 additions and 1 deletions
|
@ -1528,7 +1528,7 @@ class PmsConnect(object):
|
|||
|
||||
# Get the user details
|
||||
user_info = session.getElementsByTagName('User')[0]
|
||||
user_details = users.Users().get_details(user_id=helpers.get_xml_attr(user_info, 'id'))
|
||||
user_details = users.Users().get_details(user=helpers.get_xml_attr(user_info, 'title'))
|
||||
|
||||
# Get the player details
|
||||
player_info = session.getElementsByTagName('Player')[0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue