Add dynamic anonymous redirect service setting

This commit is contained in:
JonnyWong16 2021-10-24 21:27:27 -07:00
parent c13b1a67f2
commit ecb66f39c9
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
4 changed files with 48 additions and 9 deletions

View file

@ -76,7 +76,8 @@ _CONFIG_DEFINITIONS = {
'PMS_UPDATE_CHECK_INTERVAL': (int, 'Advanced', 24),
'PMS_WEB_URL': (str, 'PMS', 'https://app.plex.tv/desktop'),
'TIME_FORMAT': (str, 'General', 'HH:mm'),
'ANON_REDIRECT': (str, 'General', 'https://www.nullrefer.com/?'),
'ANON_REDIRECT': (str, 'General', ''),
'ANON_REDIRECT_DYNAMIC': (int, 'General', 1),
'API_ENABLED': (int, 'General', 1),
'API_KEY': (str, 'General', ''),
'API_SQL': (int, 'General', 0),