mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 20:44:00 +02:00
Removed some extraneous code.
Missing grid is now a Datatable grid.
This commit is contained in:
@@ -9,11 +9,11 @@ namespace NzbDrone.Web.Models
|
||||
public int SeriesId { get; set; }
|
||||
public int EpisodeId { get; set; }
|
||||
public string SeriesTitle { get; set; }
|
||||
public int SeasonNumber { get; set; }
|
||||
public int EpisodeNumber { get; set; }
|
||||
public string EpisodeNumbering { get; set; }
|
||||
public string EpisodeTitle { get; set; }
|
||||
public DateTime AirDate { get; set; }
|
||||
public string AirDate { get; set; }
|
||||
public string AirDateString { get; set; }
|
||||
public string Overview { get; set; }
|
||||
public string Details { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user