From adc54518fb9a7d6cc7a4b21962223812586a615e Mon Sep 17 00:00:00 2001 From: l3uddz Date: Tue, 6 Mar 2018 22:28:05 +0000 Subject: [PATCH] readme default config update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d6d7c86..1cc1176 100644 --- a/README.md +++ b/README.md @@ -81,13 +81,13 @@ Script to add new TV series & movies to Sonarr/Radarr based on Trakt lists. }, "radarr": { "api_key": "", - "profile": "Remux", + "profile": "HD-1080p", "root_folder": "/movies/", - "url": "http://localhost:8989" + "url": "http://localhost:7878" }, "sonarr": { "api_key": "", - "profile": "WEBDL-1080p", + "profile": "HD-1080p", "root_folder": "/tv/", "url": "http://localhost:8989" },