mirror of
https://github.com/Radarr/Radarr
synced 2026-01-16 04:23:16 +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