mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Don't preload videos (#1780)
This commit is contained in:
@@ -310,6 +310,7 @@ export class ScenePlayerImpl extends React.Component<
|
||||
height: "100%",
|
||||
cast: {},
|
||||
primary: "html5",
|
||||
preload: "none",
|
||||
autostart:
|
||||
this.props.autoplay ||
|
||||
(this.props.config ? this.props.config.autostartVideo : false) ||
|
||||
|
||||
Reference in New Issue
Block a user