Update src/NzbDrone.Core/Download/Clients/FreeboxDownload/TorrentFreeboxDownload.cs

Co-authored-by: Bogdan <mynameisbogdan@users.noreply.github.com>
This commit is contained in:
Foireatout 2026-04-13 16:08:14 +02:00 committed by GitHub
parent a574305135
commit 58e33c056d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)