diff --git a/src/NzbDrone.Core/Download/Clients/FreeboxDownload/TorrentFreeboxDownload.cs b/src/NzbDrone.Core/Download/Clients/FreeboxDownload/TorrentFreeboxDownload.cs index 3131643794..e5ec93ca0c 100644 --- a/src/NzbDrone.Core/Download/Clients/FreeboxDownload/TorrentFreeboxDownload.cs +++ b/src/NzbDrone.Core/Download/Clients/FreeboxDownload/TorrentFreeboxDownload.cs @@ -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)