Fixed: Allow books with missing language by default

pull/356/head
ta264 4 years ago
parent b8d73811d2
commit 6bcc9de7af

@ -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"
});
}

Loading…
Cancel
Save