From f170121825872573cd6c0c34eb3f85e16ba017e0 Mon Sep 17 00:00:00 2001 From: l3uddz Date: Tue, 6 Mar 2018 20:36:48 +0000 Subject: [PATCH] adjust default config to defaults for sonarr/radarr. --- misc/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/config.py b/misc/config.py index b9a72b6..d732ea6 100644 --- a/misc/config.py +++ b/misc/config.py @@ -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': {