mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
Only wanted is default for CP
This commit is contained in:
parent
44b4e71c05
commit
dbe5946d10
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ namespace NzbDrone.Core.NetImport.CouchPotato
|
||||||
Link = "http://localhost";
|
Link = "http://localhost";
|
||||||
Port = 5050;
|
Port = 5050;
|
||||||
UrlBase = "";
|
UrlBase = "";
|
||||||
OnlyActive = false;
|
OnlyActive = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
[FieldDefinition(0, Label = "CouchPotato URL", HelpText = "Link to your CoouchPootato.")]
|
[FieldDefinition(0, Label = "CouchPotato URL", HelpText = "Link to your CoouchPootato.")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue