Fixed: Allow books with missing language by default

This commit is contained in:
ta264 2020-08-06 20:24:34 +01:00
parent b8d73811d2
commit 6bcc9de7af

View file

@ -220,7 +220,7 @@ public void Handle(ApplicationStartedEvent message)
MinPopularity = 350,
SkipMissingDate = true,
SkipPartsAndSets = true,
AllowedLanguages = "eng, en-US, en-GB"
AllowedLanguages = "eng, en-US, en-GB, null"
});
}