|
|
|
@ -121,7 +121,7 @@ export function PlayerPart(props: PlayerPartProps) {
@@ -121,7 +121,7 @@ export function PlayerPart(props: PlayerPartProps) {
|
|
|
|
|
<div className="flex justify-center space-x-3"> |
|
|
|
|
{status === playerStatus.PLAYING ? <Player.Pip /> : null} |
|
|
|
|
<Player.Episodes /> |
|
|
|
|
<Player.Settings /> |
|
|
|
|
{status === playerStatus.PLAYING ? <Player.Settings /> : null} |
|
|
|
|
</div> |
|
|
|
|
<div> |
|
|
|
|
<Player.Fullscreen /> |
|
|
|
|