Update TorrentFreeboxDownload.cs

This commit is contained in:
Foireatout 2026-04-13 12:31:15 +02:00 committed by GitHub
parent 231299c883
commit 6d5342051c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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("\\", "-");