mirror of
https://github.com/Radarr/Radarr
synced 2025-12-18 22:40:28 +01:00
Fixed: Clarify Qbit Content Path Error
(cherry picked from commit bba4a5636ed07277d82531c35cfc996bd17870eb)
This commit is contained in:
parent
d1a9cf98cc
commit
a95f8fa873
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ public override IEnumerable<DownloadClientItem> GetItems()
|
|||
else if (item.Status == DownloadItemStatus.Completed)
|
||||
{
|
||||
item.Status = DownloadItemStatus.Warning;
|
||||
item.Message = "Unable to import since content path is equal to root download directory, perhaps Keep top-level folder was disabled for this torrent?";
|
||||
item.Message = "Unable to Import. Path matches client base download directory, it's possible 'Keep top-level folder' is disabled for this torrent or 'Torrent Content Layout' is NOT set to 'Original' or 'Create Subfolder'?";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue