Disable language filtering when there is no key

This commit is contained in:
Omar Roth
2018-03-16 19:52:25 -05:00
parent 6b5c9cfaf1
commit 97b93d548b
2 changed files with 5 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ class Config
dbname: String,
),
redirect: Bool,
dl_api_key: String | Nil,
dl_api_key: String?,
})
end