Allow manual PMS URL override in config file for XML shortcuts

This commit is contained in:
JonnyWong16 2018-06-02 09:55:39 -07:00
parent 50c5407a46
commit 668913fd60
2 changed files with 11 additions and 1 deletions

View file

@ -54,6 +54,7 @@ _CONFIG_DEFINITIONS = {
'PMS_TOKEN': (str, 'PMS', ''),
'PMS_SSL': (int, 'PMS', 0),
'PMS_URL': (str, 'PMS', ''),
'PMS_URL_OVERRIDE': (str, 'PMS', ''),
'PMS_URL_MANUAL': (int, 'PMS', 0),
'PMS_USE_BIF': (int, 'PMS', 0),
'PMS_UUID': (str, 'PMS', ''),