mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Fixed: Bluray 480p releases will be treated as DVD
This commit is contained in:
@@ -71,7 +71,7 @@ namespace NzbDrone.Core.Parser
|
||||
return result;
|
||||
}
|
||||
|
||||
if (resolution == Resolution._576p)
|
||||
if (resolution == Resolution._480p || resolution == Resolution._576p)
|
||||
{
|
||||
result.Quality = Quality.DVD;
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user