1
0
mirror of https://github.com/Radarr/Radarr synced 2025-10-06 02:42:42 +02:00

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 @@ namespace NzbDrone.Core.Profiles.Qualities
Name = name,
Cutoff = profileCutoff,
Items = items,
Language = Language.English,
Language = Language.Original,
MinFormatScore = 0,
CutoffFormatScore = 0,
MinUpgradeFormatScore = 1,