mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-14 04:59:07 +01:00
Update VideoPlayer.tsx
This commit is contained in:
parent
1853c8eac7
commit
d10cbd5e9b
@ -30,6 +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"
|
||||
|
||||
type Props = VideoPlayerBaseProps;
|
||||
|
||||
@ -151,6 +152,7 @@ export function VideoPlayer(props: Props) {
|
||||
<>
|
||||
<LeftSideControls />
|
||||
<div className="flex-1" />
|
||||
<DownloadAction />
|
||||
<QualityDisplayAction />
|
||||
<SeriesSelectionAction />
|
||||
<SourceSelectionAction />
|
||||
|
Loading…
x
Reference in New Issue
Block a user