mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fixed seriesGrid query and tests.
Fixed GetEpisodeModels that would fail due to a null AirDate.
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user