mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 10:42:12 +00:00
add autoplay flag in load video action
This commit is contained in:
parent
af84e3e2a4
commit
9411e6866b
1 changed files with 2 additions and 1 deletions
|
|
@ -137,7 +137,8 @@ const Player = ({ urlParams }) => {
|
|||
commandName: 'load',
|
||||
commandArgs: {
|
||||
stream: player.selected.stream,
|
||||
streamingServerUrl: settings.streaming_server_url
|
||||
streamingServerUrl: settings.streaming_server_url,
|
||||
autoplay: true
|
||||
}
|
||||
});
|
||||
if (Array.isArray(player.selected.stream.subtitles)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue