mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Don't play after failover (#716)
This commit is contained in:
@@ -154,7 +154,6 @@ export class ScenePlayerImpl extends React.Component<
|
|||||||
// eslint-disable-next-line no-console
|
// eslint-disable-next-line no-console
|
||||||
console.log("Trying next source in playlist");
|
console.log("Trying next source in playlist");
|
||||||
this.player.load(this.playlist);
|
this.player.load(this.playlist);
|
||||||
this.player.play();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user