mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
parent
8b2550cef0
commit
3ff848b019
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue