1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

QualityParserFixture improvements, m2ts will default to HDTV720p

This commit is contained in:
Mark McDowall
2013-09-04 11:05:28 -07:00
parent d5e1be39f1
commit b2ab9c1547
2 changed files with 102 additions and 172 deletions
+2
View File
@@ -168,12 +168,14 @@ namespace NzbDrone.Core.Parser
case ".dvr-ms":
case ".ogm":
case ".strm":
{
result.Quality = Quality.SDTV;
break;
}
case ".mkv":
case ".ts":
case ".m2ts":
{
result.Quality = Quality.HDTV720p;
break;