|
|
|
@ -95,7 +95,7 @@ namespace NzbDrone.Core.MediaFiles
|
|
|
|
|
|
|
|
|
|
if (_configService.CopyUsingHardlinks)
|
|
|
|
|
{
|
|
|
|
|
_logger.Debug("Hardlinking episode file: {0} to {1}", episodeFile.Path, filePath);
|
|
|
|
|
_logger.Debug("Attempting to hardlink episode file: {0} to {1}", episodeFile.Path, filePath);
|
|
|
|
|
return TransferFile(episodeFile, localEpisode.Series, localEpisode.Episodes, filePath, TransferMode.HardLinkOrCopy, localEpisode);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|