mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Fix startPosition not honoured
This commit is contained in:
@@ -518,8 +518,9 @@ export const ScenePlayer: React.FC<IScenePlayerProps> = ({
|
||||
(interfaceConfig?.autostartVideo ?? false) ||
|
||||
_initialTimestamp > 0;
|
||||
|
||||
var startPositition = _initialTimestamp;
|
||||
let startPositition = _initialTimestamp;
|
||||
if (
|
||||
!startPositition &&
|
||||
!(alwaysStartFromBeginning || sessionInitialised) &&
|
||||
file.duration > scene.resume_time!
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user