mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
parent
5b4a22276d
commit
fbc527010a
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ class Users(object):
|
|||
'shared_libraries': ()
|
||||
}
|
||||
|
||||
if not user_id and not user and not email:
|
||||
if user_id is None and not user and not email:
|
||||
return default_return
|
||||
|
||||
def get_user_details(user_id=user_id, user=user, email=email):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue