add autoplay flag in load video action

This commit is contained in:
nklhrstv 2020-03-20 12:27:53 +02:00
parent af84e3e2a4
commit 9411e6866b

View file

@ -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)) {