mirror of
https://github.com/stashapp/stash.git
synced 2025-12-10 02:15:30 +01:00
Fix
This commit is contained in:
parent
3a0420b79e
commit
a7df23c54d
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ export class ScenePlayerImpl extends React.Component<
|
|||
return (
|
||||
<ReactJWPlayer
|
||||
playerId={JWUtils.playerID}
|
||||
playerScript="http://192.168.1.65:9999/jwplayer/jwplayer.js"
|
||||
playerScript="/jwplayer/jwplayer.js"
|
||||
customProps={config}
|
||||
onReady={this.onReady}
|
||||
onSeeked={this.onSeeked}
|
||||
|
|
|
|||
Loading…
Reference in a new issue