diff --git a/src/NzbDrone.Core/Download/Clients/FreeboxDownload/TorrentFreeboxDownload.cs b/src/NzbDrone.Core/Download/Clients/FreeboxDownload/TorrentFreeboxDownload.cs index e8fe54bea0..37f40002e1 100644 --- a/src/NzbDrone.Core/Download/Clients/FreeboxDownload/TorrentFreeboxDownload.cs +++ b/src/NzbDrone.Core/Download/Clients/FreeboxDownload/TorrentFreeboxDownload.cs @@ -202,7 +202,6 @@ private string GetDownloadDirectory(RemoteMovie remoteMovie = null) destDir = $"{destDir}/{Settings.Category}"; } - // Ajout du sous-dossier spécifique au film si un film est fourni if (remoteMovie != null) { var folderName = remoteMovie.Release.Title.Replace("/", "-").Replace("\\", "-");