1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-17 21:26:22 -04:00

Only wanted is default for CP

This commit is contained in:
Devin Buhl
2017-01-26 17:31:27 -05:00
parent 44b4e71c05
commit dbe5946d10

View File

@@ -14,7 +14,7 @@ namespace NzbDrone.Core.NetImport.CouchPotato
Link = "http://localhost";
Port = 5050;
UrlBase = "";
OnlyActive = false;
OnlyActive = true;
}
[FieldDefinition(0, Label = "CouchPotato URL", HelpText = "Link to your CoouchPootato.")]