From f5e5b48616d8b57c251df122292cb3417ad4d620 Mon Sep 17 00:00:00 2001 From: zisra <100528712+zisra@users.noreply.github.com> Date: Mon, 20 Feb 2023 20:28:09 -0600 Subject: [PATCH] Update VideoPlayer.tsx --- src/video/components/VideoPlayer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/components/VideoPlayer.tsx b/src/video/components/VideoPlayer.tsx index e053018c..3b986578 100644 --- a/src/video/components/VideoPlayer.tsx +++ b/src/video/components/VideoPlayer.tsx @@ -30,7 +30,7 @@ import { ReactNode, useCallback, useState } from "react"; import { PopoutProviderAction } from "@/video/components/popouts/PopoutProviderAction"; import { ChromecastAction } from "@/video/components/actions/ChromecastAction"; import { CastingTextAction } from "@/video/components/actions/CastingTextAction"; -import { DownloadAction } from "@/video/components/actions/DownloadAction" +import { DownloadAction } from "@/video/components/actions/DownloadAction"; type Props = VideoPlayerBaseProps;