mirror of
https://github.com/Radarr/Radarr
synced 2025-01-20 22:51:50 +00:00
New: Default Quality Profile Wanted Language is now Original
English Default creates support issues for foreign movies
This commit is contained in:
parent
b452c10da3
commit
57d432fa25
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ public QualityProfile GetDefaultProfile(string name, Quality cutoff = null, para
|
|||
Name = name,
|
||||
Cutoff = profileCutoff,
|
||||
Items = items,
|
||||
Language = Language.English,
|
||||
Language = Language.Original,
|
||||
MinFormatScore = 0,
|
||||
CutoffFormatScore = 0,
|
||||
MinUpgradeFormatScore = 1,
|
||||
|
|
Loading…
Reference in a new issue