mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 00:06:07 -07:00
Merge branch 'nightly' into python3
This commit is contained in:
commit
6b7cd38d71
1 changed files with 1 additions and 1 deletions
|
@ -1538,7 +1538,7 @@ class PmsConnect(object):
|
||||||
|
|
||||||
# Get the user details
|
# Get the user details
|
||||||
user_info = session.getElementsByTagName('User')[0]
|
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
|
# Get the player details
|
||||||
player_info = session.getElementsByTagName('Player')[0]
|
player_info = session.getElementsByTagName('Player')[0]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue