mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 01:32:57 -07:00
Fix Plex Android/iOS notification agent settings not opening
This commit is contained in:
parent
8a8d47f8e7
commit
bc017fb010
1 changed files with 0 additions and 1 deletions
|
@ -2536,7 +2536,6 @@ class PLEXMOBILEAPP(Notifier):
|
|||
|
||||
def get_users(self):
|
||||
user_ids = {u['user_id']: u['friendly_name'] for u in users.Users().get_users() if u['user_id']}
|
||||
user_ids[''] = ''
|
||||
return user_ids
|
||||
|
||||
def _return_config_options(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue