mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Added NextAiring to Series (ResultColumn), which is used for Series/Index. Added tests and fixed broken tests after adding new property.
This commit is contained in:
parent
f014ddcfea
commit
6736afbeab
7 changed files with 144 additions and 12 deletions
|
@ -61,5 +61,8 @@ namespace NzbDrone.Core.Repository
|
|||
|
||||
[ResultColumn]
|
||||
public int SeasonCount { get; set; }
|
||||
|
||||
[ResultColumn]
|
||||
public DateTime? NextAiring { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue