1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

New: Episode quality badges are now styled differently for episodes that haven't met quality cutoff yet.

This commit is contained in:
Taloth Saldono
2014-08-19 00:24:44 +02:00
parent bd60133274
commit ded6e966e3
7 changed files with 48 additions and 7 deletions
@@ -14,5 +14,7 @@ namespace NzbDrone.Api.EpisodeFiles
public DateTime DateAdded { get; set; }
public String SceneName { get; set; }
public QualityModel Quality { get; set; }
public Boolean QualityCutoffNotMet { get; set; }
}
}