mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 21:12:43 +02:00
Upcoming/Index now uses .ToBestDateString() for Dates, only showing on FutureForecast grid (instead of all grids). Status is shown on grid and option to search for episode.
Series/Details season grids won't be as tall now, due to reduced padding.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using NzbDrone.Core.Model;
|
||||
|
||||
namespace NzbDrone.Web.Models
|
||||
{
|
||||
@@ -11,6 +12,9 @@ namespace NzbDrone.Web.Models
|
||||
public int EpisodeNumber { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string Overview { get; set; }
|
||||
public DateTime AirDate { get; set; }
|
||||
public DateTime AirDateTime { get; set; }
|
||||
public string AirDate { get; set; }
|
||||
public string AirTime { get; set; }
|
||||
public string Status { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user