mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Add option to override Plex Web URL
This commit is contained in:
parent
b76143116c
commit
1b5e5f37d0
5 changed files with 23 additions and 6 deletions
|
@ -63,6 +63,7 @@ _CONFIG_DEFINITIONS = {
|
|||
'PMS_UPDATE_CHANNEL': (str, 'PMS', 'public'),
|
||||
'PMS_UPDATE_DISTRO': (str, 'PMS', ''),
|
||||
'PMS_UPDATE_DISTRO_BUILD': (str, 'PMS', ''),
|
||||
'PMS_WEB_URL': (str, 'PMS', 'https://app.plex.tv/desktop'),
|
||||
'TIME_FORMAT': (str, 'General', 'HH:mm'),
|
||||
'ANON_REDIRECT': (str, 'General', 'http://www.nullrefer.com/?'),
|
||||
'API_ENABLED': (int, 'General', 0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue