mirror of
https://github.com/stashapp/stash.git
synced 2026-01-05 23:25:04 +01:00
Don't play after failover (#716)
This commit is contained in:
parent
634b892df1
commit
711fadcffd
1 changed files with 0 additions and 1 deletions
|
|
@ -154,7 +154,6 @@ export class ScenePlayerImpl extends React.Component<
|
|||
// eslint-disable-next-line no-console
|
||||
console.log("Trying next source in playlist");
|
||||
this.player.load(this.playlist);
|
||||
this.player.play();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue