1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-02-25 15:33:11 +00:00

Fixed: Series editor saves much faster

This commit is contained in:
Mark McDowall 2014-03-11 14:16:35 -07:00
parent 9e80473ea0
commit 32562ba731

View file

@ -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);