mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Fixed: Series editor saves much faster
This commit is contained in:
parent
9e80473ea0
commit
32562ba731
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue