mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -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
|
@ -21,6 +21,7 @@ namespace NzbDrone.Web.Models
|
|||
public string Overview { get; set; }
|
||||
public int Episodes { get; set; }
|
||||
public bool HasBanner { get; set; }
|
||||
public string NextAiring { get; set; }
|
||||
|
||||
public IList<int> Seasons { get; set; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue