mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-06 00:04:39 +00:00
fix: remove unused button from player
This commit is contained in:
parent
7f47ca3f97
commit
b5343f8aac
1 changed files with 0 additions and 4 deletions
|
@ -13,7 +13,6 @@ import { useUserPlayerPreferencesStore } from "#/store/player";
|
||||||
import HlsVideo from "hls-video-element/react";
|
import HlsVideo from "hls-video-element/react";
|
||||||
import MediaThemeSutro from "./MediaThemeSutro";
|
import MediaThemeSutro from "./MediaThemeSutro";
|
||||||
import { getAnonEpisodesWatched } from "./ReleasePlayer";
|
import { getAnonEpisodesWatched } from "./ReleasePlayer";
|
||||||
import { MediaControlBar, MediaSeekForwardButton } from "media-chrome/react";
|
|
||||||
|
|
||||||
export const ReleasePlayerCustom = (props: {
|
export const ReleasePlayerCustom = (props: {
|
||||||
id: number;
|
id: number;
|
||||||
|
@ -283,9 +282,6 @@ export const ReleasePlayerCustom = (props: {
|
||||||
poster={playerProps.poster}
|
poster={playerProps.poster}
|
||||||
></video>
|
></video>
|
||||||
}
|
}
|
||||||
<MediaControlBar>
|
|
||||||
<MediaSeekForwardButton></MediaSeekForwardButton>
|
|
||||||
</MediaControlBar>
|
|
||||||
</MediaThemeSutro>
|
</MediaThemeSutro>
|
||||||
: <iframe src={playerProps.src} className="w-full aspect-video" />}
|
: <iframe src={playerProps.src} className="w-full aspect-video" />}
|
||||||
<EpisodeSelector
|
<EpisodeSelector
|
||||||
|
|
Loading…
Add table
Reference in a new issue