Fix for QBittorrent directory for specific torrents

fixes #4091
pull/4097/head
Taloth Saldono 4 years ago
parent 8b2550cef0
commit 3ff848b019

@ -253,7 +253,7 @@ namespace NzbDrone.Core.Download.Clients.QBittorrent
relativePath = relativePath.Directory;
}
outputPath = savePath + relativePath;
outputPath = savePath + relativePath.FileName;
}
result.OutputPath = _remotePathMappingService.RemapRemoteToLocal(Settings.Host, outputPath);

Loading…
Cancel
Save