mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-17 21:26:13 -04:00
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user