Fixed: Series editor saves much faster

pull/3113/head
Mark McDowall 10 years ago
parent 9e80473ea0
commit 32562ba731

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

Loading…
Cancel
Save