Fixed: Clarify Qbit Content Path Error

(cherry picked from commit bba4a5636ed07277d82531c35cfc996bd17870eb)
pull/2761/head
bakerboy448 2 years ago committed by Qstick
parent ba0ad7e8e3
commit 49486d60b0

@ -308,7 +308,7 @@ namespace NzbDrone.Core.Download.Clients.QBittorrent
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…
Cancel
Save