mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07: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:
parent
6736afbeab
commit
9714a96437
5 changed files with 141 additions and 94 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue