mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Fix content-type for HEAD '.jpg'
This commit is contained in:
parent
094143bc28
commit
bba80bc80f
2 changed files with 6 additions and 1 deletions
|
@ -5168,7 +5168,7 @@ get "/sb/:id/:storyboard/:index" do |env|
|
|||
env.response.headers[key] = value
|
||||
end
|
||||
|
||||
if response.status_code == 304
|
||||
if response.status_code >= 400
|
||||
break
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue