1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-02-26 08:02:56 +00: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 @@ public CouchPotatoSettings()
Link = "http://localhost";
Port = 5050;
UrlBase = "";
OnlyActive = false;
OnlyActive = true;
}
[FieldDefinition(0, Label = "CouchPotato URL", HelpText = "Link to your CoouchPootato.")]