mirror of
https://github.com/Readarr/Readarr
synced 2025-12-20 15:23:55 +01:00
Fixed: Allow books with missing language by default
This commit is contained in:
parent
b8d73811d2
commit
6bcc9de7af
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue