mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 16:43:58 -07:00
Fixed seriesGrid query and tests.
Fixed GetEpisodeModels that would fail due to a null AirDate.
This commit is contained in:
parent
938fa24a8e
commit
342406784a
5 changed files with 28 additions and 25 deletions
|
@ -13,8 +13,7 @@ namespace NzbDrone.Web.Models
|
|||
public string Overview { get; set; }
|
||||
public string Path { get; set; }
|
||||
public String Status { get; set; }
|
||||
public DateTime AirDate { get; set; }
|
||||
|
||||
public string AirDate { get; set; }
|
||||
public String Quality { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue