mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
New: DSR x264 releases will be considered SDTV releases, instead of Unknown.
This commit is contained in:
@@ -259,7 +259,7 @@ namespace NzbDrone.Core
|
||||
return result;
|
||||
}
|
||||
|
||||
if (normalizedName.Contains("xvid") || normalizedName.Contains("divx"))
|
||||
if (normalizedName.Contains("xvid") || normalizedName.Contains("divx") || normalizedName.Contains("dsr"))
|
||||
{
|
||||
if (normalizedName.Contains("bluray"))
|
||||
{
|
||||
@@ -300,8 +300,6 @@ namespace NzbDrone.Core
|
||||
}
|
||||
//Based on extension
|
||||
|
||||
|
||||
|
||||
if (result.QualityType == QualityTypes.Unknown)
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user