1
0
Fork 0
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:
bakerboy448 2025-01-16 13:13:41 -06:00 committed by GitHub
parent b452c10da3
commit 57d432fa25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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