mirror of
https://github.com/Radarr/Radarr
synced 2026-05-07 17:51:20 +02:00
Update src/NzbDrone.Core/Download/Clients/FreeboxDownload/TorrentFreeboxDownload.cs
Co-authored-by: Bogdan <mynameisbogdan@users.noreply.github.com>
This commit is contained in:
parent
a574305135
commit
58e33c056d
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ private string GetDownloadDirectory(RemoteMovie remoteMovie = null)
|
|||
|
||||
if (Settings.Category.IsNotNullOrWhiteSpace())
|
||||
{
|
||||
destDir = $"{destDir}/{Settings.Category}";
|
||||
destDir = $"{destDir}/{Settings.Category}";
|
||||
}
|
||||
|
||||
if (remoteMovie?.Release?.Title.IsNotNullOrWhiteSpace() ?? false)
|
||||
|
|
|
|||
Loading…
Reference in a new issue