mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 12:33:00 +02: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