mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-02 06:48:13 +00:00
Fixed: Series editor saves much faster
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user