mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 08:28:50 +01:00
New: Default wanted language for quality profiles changed to Original
This commit is contained in:
parent
8eb9fc71b8
commit
80a9fa68de
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