mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Fix video looping instead of continuing playlist (#3007)
* Fix loop overriding continue queue * Add id to queue continue checkbox
This commit is contained in:
@@ -720,6 +720,7 @@ const SceneLoader: React.FC = () => {
|
||||
scene={scene}
|
||||
timestamp={timestamp}
|
||||
autoplay={autoplay}
|
||||
permitLoop={!continuePlaylist}
|
||||
onComplete={onComplete}
|
||||
onNext={
|
||||
currentQueueIndex >= 0 && currentQueueIndex < queueScenes.length - 1
|
||||
|
||||
Reference in New Issue
Block a user