mirror of
https://github.com/Radarr/Radarr
synced 2026-05-07 16:01:19 +02:00
Update TorrentFreeboxDownload.cs
This commit is contained in:
parent
231299c883
commit
6d5342051c
1 changed files with 0 additions and 1 deletions
|
|
@ -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("\\", "-");
|
||||
|
|
|
|||
Loading…
Reference in a new issue