summaryrefslogtreecommitdiffstats
path: root/src/invidious.cr
diff options
context:
space:
mode:
Diffstat (limited to 'src/invidious.cr')
-rw-r--r--src/invidious.cr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/invidious.cr b/src/invidious.cr
index cd6775a7..b0447865 100644
--- a/src/invidious.cr
+++ b/src/invidious.cr
@@ -5446,7 +5446,7 @@ get "/videoplayback" do |env|
client = make_client(URI.parse(host), region)
- response = HTTP::Client::Response.new(403)
+ response = HTTP::Client::Response.new(500)
5.times do
begin
response = client.head(url, headers)