forked from midou/invidious
serialized_yt_data: force datatype of 'locale'
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user