mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
New: Show episode file file deletions in history and episode activity
This commit is contained in:
@@ -53,7 +53,7 @@ namespace NzbDrone.Core.MediaFiles
|
||||
}
|
||||
|
||||
moveFileResult.OldFiles.Add(file);
|
||||
_mediaFileService.Delete(file, true);
|
||||
_mediaFileService.Delete(file, DeleteMediaFileReason.Upgrade);
|
||||
}
|
||||
|
||||
if (copyOnly)
|
||||
|
||||
Reference in New Issue
Block a user