From 6d5342051c3f6225356d475e17dc15790bcaf3be Mon Sep 17 00:00:00 2001 From: Foireatout Date: Mon, 13 Apr 2026 12:31:15 +0200 Subject: [PATCH] Update TorrentFreeboxDownload.cs --- .../Download/Clients/FreeboxDownload/TorrentFreeboxDownload.cs | 1 - 1 file changed, 1 deletion(-) 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("\\", "-");