Fix unknown type attachment
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
This commit is contained in:
parent
f298e225a1
commit
2d5145614b
@ -217,8 +217,10 @@ def fetch_channel_community(ucid, continuation, locale, format, thin_mode)
|
||||
.as(SearchPlaylist)
|
||||
.to_json(locale, json)
|
||||
else
|
||||
json.field "type", "unknown"
|
||||
json.field "error", "Unrecognized attachment type."
|
||||
json.object do
|
||||
json.field "type", "unknown"
|
||||
json.field "error", "Unrecognized attachment type."
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user