Skip to content

Commit

Permalink
refactor: add oppropchanged 1006 again
Browse files Browse the repository at this point in the history
  • Loading branch information
kKaskak committed May 21, 2024
1 parent f960d67 commit de57114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebOsVideo/WebOsVideo.js
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ function WebOsVideo(options) {
try {
// console.log('try play');
isLoaded = true;
// onPropChanged('loaded');
onPropChanged('loaded');
videoElement.play();
} catch(e) {
// console.log('can\'t start video');
Expand Down

0 comments on commit de57114

Please sign in to comment.