mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Change episode file quality
New: Ability to change the quality of an episode in the database
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using NzbDrone.Core.Model;
|
||||
using NzbDrone.Core.Repository.Quality;
|
||||
|
||||
namespace NzbDrone.Web.Models
|
||||
{
|
||||
@@ -7,6 +8,7 @@ namespace NzbDrone.Web.Models
|
||||
{
|
||||
public string Title { get; set; }
|
||||
public int EpisodeId { get; set; }
|
||||
public int EpisodeFileId { get; set; }
|
||||
public int EpisodeNumber { get; set; }
|
||||
public int SeasonNumber { get; set; }
|
||||
public string Overview { get; set; }
|
||||
@@ -14,6 +16,7 @@ namespace NzbDrone.Web.Models
|
||||
public String Status { get; set; }
|
||||
public string AirDate { get; set; }
|
||||
public String Quality { get; set; }
|
||||
public int QualityId { get; set; }
|
||||
public bool Ignored { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user