mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-18 06:10:43 -04:00
serialized_yt_data: force datatype of 'locale'
This commit is contained in:
parent
f65b628bf3
commit
1cb715ac9f
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ struct SearchChannel
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def to_json(locale, _json : Nil)
|
def to_json(locale : Hash(String, JSON::Any) | Nil, _json : Nil)
|
||||||
JSON.build do |json|
|
JSON.build do |json|
|
||||||
to_json(locale, json)
|
to_json(locale, json)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue