mirror of
https://github.com/Readarr/Readarr
synced 2026-04-20 03:41:13 +02:00
Fixed: updated rTorrent download client note
Fixes #1882 (cherry picked from commit 743d28b93a55553ee25381570d0daa04ed2117af)
This commit is contained in:
parent
0904eac300
commit
b441f6c05b
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ protected override string AddFromTorrentFile(RemoteBook remoteBook, string hash,
|
|||
|
||||
public override string Name => "rTorrent";
|
||||
|
||||
public override ProviderMessage Message => new ProviderMessage($"Readarr will handle automatic removal of torrents based on the current seed criteria in Settings->Indexers. After importing it will also set \"{_imported_view}\" as an rTorrent view, which can be used in rTorrent scripts to customize behavior.", ProviderMessageType.Info);
|
||||
public override ProviderMessage Message => new ProviderMessage($"rTorrent will not pause torrents when they meet the seed criteria. Readarr will handle automatic removal of torrents based on the current seed criteria in Settings->Indexers only when Remove Completed is enabled. After importing it will also set \"{_imported_view}\" as an rTorrent view, which can be used in rTorrent scripts to customize behavior.", ProviderMessageType.Info);
|
||||
|
||||
public override IEnumerable<DownloadClientItem> GetItems()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue