mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Added episode status to episode grid
This commit is contained in:
parent
a4f8947d90
commit
7b56711a4f
5 changed files with 26 additions and 8 deletions
|
@ -1,4 +1,5 @@
|
|||
using System;
|
||||
using NzbDrone.Core.Model;
|
||||
|
||||
namespace NzbDrone.Web.Models
|
||||
{
|
||||
|
@ -10,6 +11,7 @@ namespace NzbDrone.Web.Models
|
|||
public int SeasonNumber { get; set; }
|
||||
public string Overview { get; set; }
|
||||
public string Path { get; set; }
|
||||
public String Status { get; set; }
|
||||
public DateTime AirDate { get; set; }
|
||||
|
||||
public String Quality { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue