mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-25 22:46:31 -04:00
@@ -189,6 +189,11 @@ namespace NzbDrone.Core.MetadataSource.SkyHook
|
||||
series.Year = series.FirstAired.Value.Year;
|
||||
}
|
||||
|
||||
if (show.LastAired != null)
|
||||
{
|
||||
series.LastAired = DateTime.ParseExact(show.LastAired, "yyyy-MM-dd", DateTimeFormatInfo.InvariantInfo, DateTimeStyles.AssumeUniversal | DateTimeStyles.AdjustToUniversal);
|
||||
}
|
||||
|
||||
series.Overview = show.Overview;
|
||||
|
||||
if (show.Runtime != null)
|
||||
|
||||
Reference in New Issue
Block a user