mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Treat WEBRip as WEBDL
This commit is contained in:
parent
6397239435
commit
6351011cce
2 changed files with 4 additions and 2 deletions
|
@ -279,7 +279,7 @@ namespace NzbDrone.Core.Parser
|
|||
result.Quality = Quality.Bluray720p;
|
||||
return result;
|
||||
}
|
||||
if (normalizedName.Contains("webdl"))
|
||||
if (normalizedName.Contains("webdl") || normalizedName.Contains("webrip"))
|
||||
{
|
||||
if (normalizedName.Contains("1080p"))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue