mirror of
https://github.com/iv-org/invidious.git
synced 2025-06-28 09:38:31 +00:00
format changes
This commit is contained in:
parent
436f955e0f
commit
f8febbe2b2
@ -39,7 +39,7 @@ def fetch_channel_community_post(ucid, post_id, locale, format, thin_mode)
|
|||||||
"2:string" => ucid,
|
"2:string" => ucid,
|
||||||
"3:string" => post_id.to_s,
|
"3:string" => post_id.to_s,
|
||||||
"11:string" => ucid,
|
"11:string" => ucid,
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
params = object.try { |i| Protodec::Any.cast_json(i) }
|
params = object.try { |i| Protodec::Any.cast_json(i) }
|
||||||
.try { |i| Protodec::Any.from_json(i) }
|
.try { |i| Protodec::Any.from_json(i) }
|
||||||
|
Loading…
Reference in New Issue
Block a user