mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
New: DSR x264 releases will be considered SDTV releases, instead of Unknown.
This commit is contained in:
parent
2c7a2df3ea
commit
05b91dbb4f
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue