Skip to content

Commit

Permalink
fix content type in video response
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Feb 7, 2023
1 parent 1a50f10 commit 7e6604b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/plugins/resource/plugin-standard-video.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class StandardVideoResource extends ResourceInterface {

return new Response(body, {
headers: new Headers({
'Content-Type': `image/${contentType}`
'Content-Type': contentType
})
});
}
Expand Down

0 comments on commit 7e6604b

Please sign in to comment.