Skip to content

Commit

Permalink
refactor: remove lines 960 1007
Browse files Browse the repository at this point in the history
  • Loading branch information
kKaskak committed May 21, 2024
1 parent 54b0d18 commit c16a602
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/WebOsVideo/WebOsVideo.js
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,6 @@ function WebOsVideo(options) {
onPropChanged('stream');
videoElement.autoplay = typeof commandArgs.autoplay === 'boolean' ? commandArgs.autoplay : true;

onPropChanged('loaded');
onPropChanged('paused');
onPropChanged('time');
onPropChanged('duration');
Expand Down Expand Up @@ -1004,7 +1003,6 @@ function WebOsVideo(options) {
// console.log('try play');
isLoaded = true;
onPropChanged('loaded');
console.log(isLoaded, 'video side loaded');
videoElement.play();
} catch(e) {
// console.log('can\'t start video');
Expand Down

0 comments on commit c16a602

Please sign in to comment.