mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Episode files are moved to final folder without renaming before deletion and final renaming
This commit is contained in:
@@ -38,7 +38,7 @@ namespace NzbDrone.Core.MediaFiles
|
||||
.Select(e => e.EpisodeFile.Value)
|
||||
.GroupBy(e => e.Id);
|
||||
|
||||
|
||||
episodeFile = _episodeFileMover.PreMoveEpisodeFile(episodeFile, localEpisode);
|
||||
|
||||
foreach (var existingFile in existingFiles)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user