1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-27 22:57:09 -04:00

Update Rename Preview to support folder renaming

This commit is contained in:
Tim Turner
2017-01-25 19:03:40 -05:00
parent 68f58fb37d
commit 72aac6e551
5 changed files with 34 additions and 6 deletions
@@ -71,8 +71,9 @@ namespace NzbDrone.Core.MediaFiles
{
MovieId = movie.Id,
MovieFileId = file.Id,
ExistingPath = file.RelativePath,
NewPath = movie.Path.GetRelativePath(newPath)
ExistingPath = movieFilePath,
//NewPath = movie.Path.GetRelativePath(newPath)
NewPath = newPath
};
}