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:
@@ -22,6 +22,7 @@
|
|||||||
* Added sv-SE language option. ([#1691](https://github.com/stashapp/stash/pull/1691))
|
* Added sv-SE language option. ([#1691](https://github.com/stashapp/stash/pull/1691))
|
||||||
|
|
||||||
### 🐛 Bug fixes
|
### 🐛 Bug fixes
|
||||||
|
* Fix video transcoding process starting before video is played. ([#1780](https://github.com/stashapp/stash/pull/1780))
|
||||||
* Don't scan zero-length files. ([#1779](https://github.com/stashapp/stash/pull/1779))
|
* Don't scan zero-length files. ([#1779](https://github.com/stashapp/stash/pull/1779))
|
||||||
* Accept svg files in file selector for tag images. ([#1778](https://github.com/stashapp/stash/pull/1778))
|
* Accept svg files in file selector for tag images. ([#1778](https://github.com/stashapp/stash/pull/1778))
|
||||||
* Fix criteria being incorrectly applied when clicking back button. ([#1765](https://github.com/stashapp/stash/pull/1765))
|
* Fix criteria being incorrectly applied when clicking back button. ([#1765](https://github.com/stashapp/stash/pull/1765))
|
||||||
|
|||||||
@@ -310,6 +310,7 @@ export class ScenePlayerImpl extends React.Component<
|
|||||||
height: "100%",
|
height: "100%",
|
||||||
cast: {},
|
cast: {},
|
||||||
primary: "html5",
|
primary: "html5",
|
||||||
|
preload: "none",
|
||||||
autostart:
|
autostart:
|
||||||
this.props.autoplay ||
|
this.props.autoplay ||
|
||||||
(this.props.config ? this.props.config.autostartVideo : false) ||
|
(this.props.config ? this.props.config.autostartVideo : false) ||
|
||||||
|
|||||||
Reference in New Issue
Block a user