New: Default wanted language for quality profiles changed to Original

This commit is contained in:
bakerboy448 2025-05-10 07:45:50 -05:00
parent 8eb9fc71b8
commit 80a9fa68de

View file

@ -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,