mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-14 11:23:42 +02:00
parent
8b2550cef0
commit
3ff848b019
@ -253,7 +253,7 @@ public override DownloadClientItem GetImportItem(DownloadClientItem item, Downlo
|
||||
relativePath = relativePath.Directory;
|
||||
}
|
||||
|
||||
outputPath = savePath + relativePath;
|
||||
outputPath = savePath + relativePath.FileName;
|
||||
}
|
||||
|
||||
result.OutputPath = _remotePathMappingService.RemapRemoteToLocal(Settings.Host, outputPath);
|
||||
|
Loading…
Reference in New Issue
Block a user