mirror of
https://github.com/Readarr/Readarr
synced 2026-03-29 08:53:35 +02: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