adjust default config to defaults for sonarr/radarr.

pull/54/head
l3uddz 7 years ago
parent 3ad4caa101
commit 5f2ddb91ef

@ -15,13 +15,13 @@ base_config = {
'sonarr': {
'url': 'http://localhost:8989',
'api_key': '',
'profile': 'WEBDL-1080p',
'profile': 'HD-1080p',
'root_folder': '/tv/'
},
'radarr': {
'url': 'http://localhost:8989',
'url': 'http://localhost:7878',
'api_key': '',
'profile': 'Remux',
'profile': 'HD-1080p',
'root_folder': '/movies/'
},
'filters': {

Loading…
Cancel
Save