mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-05 07:44:38 +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 MediaThemeSutro from "./MediaThemeSutro";
|
||||
import { getAnonEpisodesWatched } from "./ReleasePlayer";
|
||||
import { MediaControlBar, MediaSeekForwardButton } from "media-chrome/react";
|
||||
|
||||
export const ReleasePlayerCustom = (props: {
|
||||
id: number;
|
||||
|
@ -283,9 +282,6 @@ export const ReleasePlayerCustom = (props: {
|
|||
poster={playerProps.poster}
|
||||
></video>
|
||||
}
|
||||
<MediaControlBar>
|
||||
<MediaSeekForwardButton></MediaSeekForwardButton>
|
||||
</MediaControlBar>
|
||||
</MediaThemeSutro>
|
||||
: <iframe src={playerProps.src} className="w-full aspect-video" />}
|
||||
<EpisodeSelector
|
||||
|
|
Loading…
Add table
Reference in a new issue