diff --git a/src/NzbDrone.Core/Tv/SeriesService.cs b/src/NzbDrone.Core/Tv/SeriesService.cs index 9ddbb9428..59084ad74 100644 --- a/src/NzbDrone.Core/Tv/SeriesService.cs +++ b/src/NzbDrone.Core/Tv/SeriesService.cs @@ -202,8 +202,6 @@ namespace NzbDrone.Core.Tv var folderName = new DirectoryInfo(s.Path).Name; s.Path = Path.Combine(s.RootFolderPath, folderName); } - - _eventAggregator.PublishEvent(new SeriesEditedEvent(s)); } _seriesRepository.UpdateMany(series);