mirror of
https://github.com/Radarr/Radarr
synced 2025-01-21 07:00:09 +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,
|
Name = name,
|
||||||
Cutoff = profileCutoff,
|
Cutoff = profileCutoff,
|
||||||
Items = items,
|
Items = items,
|
||||||
Language = Language.English,
|
Language = Language.Original,
|
||||||
MinFormatScore = 0,
|
MinFormatScore = 0,
|
||||||
CutoffFormatScore = 0,
|
CutoffFormatScore = 0,
|
||||||
MinUpgradeFormatScore = 1,
|
MinUpgradeFormatScore = 1,
|
||||||
|
|
Loading…
Reference in a new issue