Fix critical issue in htmlvideoplayer

This commit is contained in:
MrTimscampi 2020-04-14 05:34:27 +02:00
parent 89d475434f
commit a6a39c0ce1

View File

@ -290,7 +290,7 @@ define(['browser', 'require', 'events', 'apphost', 'loading', 'dom', 'playbackMa
return createMediaElement(options).then(function (elem) {
return updateVideoUrl(options, options.mediaSource).then(function () {
return updateVideoUrl(options).then(function () {
return setCurrentSrc(elem, options);
});
});