Added parsing for 1080p HDTV

New: Support for 1080p HDTV (parsing only)
This commit is contained in:
Mark McDowall
2012-12-31 19:45:57 -08:00
parent 72c7fc2680
commit f032917595
24 changed files with 158 additions and 141 deletions

View File

@@ -212,7 +212,7 @@ namespace NzbDrone.Core.Test.ProviderTests
var episode = Builder<Episode>.CreateNew().Build();
QualityTypes quality = QualityTypes.HDTV;
QualityTypes quality = QualityTypes.HDTV720p;
const bool proper = true;
var history = new History