mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-28 02:35:46 +00:00
Fixed: Allow books with missing language by default
This commit is contained in:
@@ -220,7 +220,7 @@ namespace NzbDrone.Core.Profiles.Metadata
|
||||
MinPopularity = 350,
|
||||
SkipMissingDate = true,
|
||||
SkipPartsAndSets = true,
|
||||
AllowedLanguages = "eng, en-US, en-GB"
|
||||
AllowedLanguages = "eng, en-US, en-GB, null"
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user