mirror of
https://github.com/iv-org/invidious.git
synced 2025-01-16 00:12:20 +01:00
missing ,
This commit is contained in:
parent
84b87bedad
commit
a5acddefa9
1 changed files with 2 additions and 2 deletions
|
@ -696,8 +696,8 @@ module YoutubeAPI
|
||||||
|
|
||||||
begin
|
begin
|
||||||
invidious_companion = CONFIG.invidious_companion.sample
|
invidious_companion = CONFIG.invidious_companion.sample
|
||||||
response = make_client(invidious_companion.private_url, use_http_proxy: false &.post(endpoint, headers: headers, body: data.to_json)
|
response = make_client(invidious_companion.private_url, use_http_proxy: false,
|
||||||
)
|
&.post(endpoint, headers: headers, body: data.to_json))
|
||||||
body = response.body
|
body = response.body
|
||||||
if (response.status_code != 200)
|
if (response.status_code != 200)
|
||||||
raise Exception.new(
|
raise Exception.new(
|
||||||
|
|
Loading…
Reference in a new issue