mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-09 20:24:03 +00:00
Disable language filtering when there is no key
This commit is contained in:
@@ -25,7 +25,7 @@ class Config
|
||||
dbname: String,
|
||||
),
|
||||
redirect: Bool,
|
||||
dl_api_key: String | Nil,
|
||||
dl_api_key: String?,
|
||||
})
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user