mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Better quality parse
This commit is contained in:
parent
bbdad5844f
commit
4cc240a7e0
7 changed files with 47 additions and 20 deletions
|
@ -191,7 +191,7 @@ namespace NzbDrone.Core
|
|||
{
|
||||
Name = "HD",
|
||||
Allowed =
|
||||
new List<QualityTypes> { QualityTypes.HDTV, QualityTypes.WEBDL, QualityTypes.Bluray720 },
|
||||
new List<QualityTypes> { QualityTypes.HDTV, QualityTypes.WEBDL, QualityTypes.Bluray720p },
|
||||
Cutoff = QualityTypes.HDTV
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue