mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Merge branch 'series-sorttitle' of https://github.com/Taloth/NzbDrone into develop
Conflicts: src/NzbDrone.Api/Series/SeriesResource.cs src/NzbDrone.Core/Tv/SeriesService.cs
This commit is contained in:
@@ -59,6 +59,7 @@ namespace NzbDrone.Core.Tv
|
||||
series.Overview = seriesInfo.Overview;
|
||||
series.Status = seriesInfo.Status;
|
||||
series.CleanTitle = seriesInfo.CleanTitle;
|
||||
series.SortTitle = seriesInfo.SortTitle;
|
||||
series.LastInfoSync = DateTime.UtcNow;
|
||||
series.Runtime = seriesInfo.Runtime;
|
||||
series.Images = seriesInfo.Images;
|
||||
|
||||
Reference in New Issue
Block a user