mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04: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;
|
var folderName = new DirectoryInfo(s.Path).Name;
|
||||||
s.Path = Path.Combine(s.RootFolderPath, folderName);
|
s.Path = Path.Combine(s.RootFolderPath, folderName);
|
||||||
}
|
}
|
||||||
|
|
||||||
_eventAggregator.PublishEvent(new SeriesEditedEvent(s));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
_seriesRepository.UpdateMany(series);
|
_seriesRepository.UpdateMany(series);
|
||||||
|
|||||||
Reference in New Issue
Block a user