mirror of
https://github.com/iv-org/invidious
synced 2024-11-09 01:10:27 +00:00
serialized_yt_data: force datatype of 'locale'
This commit is contained in:
parent
f65b628bf3
commit
1cb715ac9f
@ -211,7 +211,7 @@ struct SearchChannel
|
||||
end
|
||||
end
|
||||
|
||||
def to_json(locale, _json : Nil)
|
||||
def to_json(locale : Hash(String, JSON::Any) | Nil, _json : Nil)
|
||||
JSON.build do |json|
|
||||
to_json(locale, json)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user