Browse Source

Update VideoPlayer.tsx

pull/157/head
zisra 2 years ago committed by GitHub
parent
commit
f5e5b48616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/video/components/VideoPlayer.tsx

2
src/video/components/VideoPlayer.tsx

@ -30,7 +30,7 @@ import { ReactNode, useCallback, useState } from "react"; @@ -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;

Loading…
Cancel
Save