1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-27 23:06:29 -04:00

New: Store episode renames in History

Closes #1541
This commit is contained in:
Mark McDowall
2017-06-05 21:05:51 -07:00
committed by Mark McDowall
parent f293b9a44e
commit 9312f0a462
11 changed files with 92 additions and 5 deletions
@@ -125,6 +125,8 @@ namespace NzbDrone.Core.MediaFiles
renamed.Add(episodeFile);
_logger.Debug("Renamed episode file: {0}", episodeFile);
_eventAggregator.PublishEvent(new EpisodeFileRenamedEvent(series, episodeFile, episodeFilePath));
}
catch (SameFilenameException ex)
{