mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Make TMDb and TVmaze lookup optional
This commit is contained in:
parent
d207d4a508
commit
3c04b04b98
4 changed files with 43 additions and 24 deletions
|
@ -549,6 +549,8 @@ _CONFIG_DEFINITIONS = {
|
|||
'TELEGRAM_ON_CONCURRENT': (int, 'Telegram', 0),
|
||||
'TELEGRAM_ON_NEWDEVICE': (int, 'Telegram', 0),
|
||||
'THEMOVIEDB_APIKEY': (str, 'General', 'e9a6655bae34bf694a0f3e33338dc28e'),
|
||||
'THEMOVIEDB_LOOKUP': (int, 'General', 0),
|
||||
'TVMAZE_LOOKUP': (int, 'General', 0),
|
||||
'TV_LOGGING_ENABLE': (int, 'Monitoring', 1),
|
||||
'TV_NOTIFY_ENABLE': (int, 'Monitoring', 0),
|
||||
'TV_NOTIFY_ON_START': (int, 'Monitoring', 1),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue