mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Fix missing video player poster (#686)
This commit is contained in:
@@ -174,14 +174,17 @@ export class ScenePlayerImpl extends React.Component<
|
|||||||
}
|
}
|
||||||
|
|
||||||
private makePlaylist() {
|
private makePlaylist() {
|
||||||
|
const { scene } = this.props;
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
image: scene.paths.screenshot,
|
||||||
tracks: [
|
tracks: [
|
||||||
{
|
{
|
||||||
file: this.props.scene.paths.vtt,
|
file: scene.paths.vtt,
|
||||||
kind: "thumbnails",
|
kind: "thumbnails",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
file: this.props.scene.paths.chapters_vtt,
|
file: scene.paths.chapters_vtt,
|
||||||
kind: "chapters",
|
kind: "chapters",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user