Add config option to ignore Plex Web clients (#34708)
This commit is contained in:
parent
e56dd8ed50
commit
ad419911bc
7 changed files with 78 additions and 3 deletions
|
@ -30,6 +30,7 @@ CONF_SERVER_IDENTIFIER = "server_id"
|
|||
CONF_USE_EPISODE_ART = "use_episode_art"
|
||||
CONF_SHOW_ALL_CONTROLS = "show_all_controls"
|
||||
CONF_IGNORE_NEW_SHARED_USERS = "ignore_new_shared_users"
|
||||
CONF_IGNORE_PLEX_WEB_CLIENTS = "ignore_plex_web_clients"
|
||||
CONF_MONITORED_USERS = "monitored_users"
|
||||
|
||||
AUTH_CALLBACK_PATH = "/auth/plex/callback"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue