mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
@@ -9,6 +9,7 @@ import "./PlaylistButtons";
|
||||
import "./source-selector";
|
||||
import "./persist-volume";
|
||||
import "./markers";
|
||||
import "./big-buttons";
|
||||
import cx from "classnames";
|
||||
|
||||
import * as GQL from "src/core/generated-graphql";
|
||||
@@ -168,6 +169,7 @@ export const ScenePlayer: React.FC<IScenePlayerProps> = ({
|
||||
(player as any).offset();
|
||||
(player as any).sourceSelector();
|
||||
(player as any).persistVolume();
|
||||
(player as any).bigButtons();
|
||||
|
||||
player.focus();
|
||||
playerRef.current = player;
|
||||
@@ -316,6 +318,7 @@ export const ScenePlayer: React.FC<IScenePlayerProps> = ({
|
||||
});
|
||||
|
||||
player.on("play", function (this: VideoJsPlayer) {
|
||||
player.poster("");
|
||||
if (scene.interactive) {
|
||||
interactiveClient.play(this.currentTime());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user