code cleanup
Some checks are pending
CI / build (push) Waiting to run
docker / Build & Publish (push) Waiting to run

This commit is contained in:
MarconLP 2024-11-25 23:21:47 +01:00
parent a79e4f7188
commit 3e19d6bea0
No known key found for this signature in database
GPG key ID: A08A9C8B623F5EA5

View file

@ -53,11 +53,10 @@ export default function VideoPlayer({ video_url, thumbnailUrl }: Props) {
return ( return (
<MediaPlayer <MediaPlayer
className="ring-media-focus aspect-video w-full overflow-hidden rounded-md bg-black font-sans text-white data-[focus]:ring-4" className="ring-media-focus aspect-video w-full overflow-hidden rounded-md bg-black font-sans text-white data-[focus]:ring-4"
title="Sprite Fight"
src={[ src={[
{ {
src: video_url, src: video_url,
type: "video/mp4", type: "video/webm",
}, },
]} ]}
crossOrigin crossOrigin