mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-09 12:32:31 +01:00
rTorrent: Url Path displayed by default, misc
This commit is contained in:
parent
7426efd423
commit
6ed7a8b471
@ -145,7 +145,7 @@ public override IEnumerable<DownloadClientItem> GetItems()
|
|||||||
else if (torrent.IsActive) item.Status = DownloadItemStatus.Downloading;
|
else if (torrent.IsActive) item.Status = DownloadItemStatus.Downloading;
|
||||||
else if (!torrent.IsActive) item.Status = DownloadItemStatus.Paused;
|
else if (!torrent.IsActive) item.Status = DownloadItemStatus.Paused;
|
||||||
|
|
||||||
// Since we do not know the user's intent, do not let Sonarr to remove the torrent
|
// No stop ratio data is present, so do not delete
|
||||||
item.IsReadOnly = true;
|
item.IsReadOnly = true;
|
||||||
|
|
||||||
items.Add(item);
|
items.Add(item);
|
||||||
|
@ -37,7 +37,7 @@ public RTorrentSettings()
|
|||||||
[FieldDefinition(1, Label = "Port", Type = FieldType.Textbox)]
|
[FieldDefinition(1, Label = "Port", Type = FieldType.Textbox)]
|
||||||
public int Port { get; set; }
|
public int Port { get; set; }
|
||||||
|
|
||||||
[FieldDefinition(2, Label = "Url Base", Type = FieldType.Textbox, Advanced = true, HelpText = "Adds a suffix the rpc url, see http://[host]:[port]/[urlBase], by default this should be RPC2")]
|
[FieldDefinition(2, Label = "Url Path", Type = FieldType.Textbox, HelpText = "Path to the XMLRPC endpoint, see http(s)://[host]:[port]/[urlPath]. When using ruTorrent this usually is RPC2 or (path to ruTorrent)/plugins/rpc/rpc.php")]
|
||||||
public string UrlBase { get; set; }
|
public string UrlBase { get; set; }
|
||||||
|
|
||||||
[FieldDefinition(3, Label = "Use SSL", Type = FieldType.Checkbox)]
|
[FieldDefinition(3, Label = "Use SSL", Type = FieldType.Checkbox)]
|
||||||
|
Loading…
Reference in New Issue
Block a user