mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 04:21:27 +02:00
Added episode status to episode grid
This commit is contained in:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user