1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

Fixed: End year displayed on series details

Closes #6067
This commit is contained in:
Mark McDowall
2023-10-09 23:21:52 -07:00
parent df2e867528
commit 076aaba908
12 changed files with 86 additions and 5 deletions
@@ -20,6 +20,7 @@ namespace NzbDrone.Core.MetadataSource.SkyHook.Resource
// public string Language { get; set; }
public string Slug { get; set; }
public string FirstAired { get; set; }
public string LastAired { get; set; }
public int? TvRageId { get; set; }
public int? TvMazeId { get; set; }