mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Update VideoPlayer.tsx
This commit is contained in:
parent
1853c8eac7
commit
d10cbd5e9b
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue