Live TV library not being recreated after server identifier is changed

* Fixes Tautulli/Tautulli-Issues#261
This commit is contained in:
JonnyWong16 2020-07-07 18:14:00 -07:00
parent 0f016c83ea
commit 4a8748e322
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 11 additions and 10 deletions

View file

@ -75,7 +75,6 @@ _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'),
'ADD_LIVE_TV_LIBRARY': (int, 'Advanced', 1),
'ANON_REDIRECT': (str, 'General', 'http://www.nullrefer.com/?'),
'API_ENABLED': (int, 'General', 1),
'API_KEY': (str, 'General', ''),