mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-27 23:06:29 -04:00
committed by
Mark McDowall
parent
f293b9a44e
commit
9312f0a462
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user