@@ -22,7 +22,7 @@ class HlsVideoPlugin {
}
playStatus() {
- return !this.video.paused;
+ return this.video ? !this.video.paused : false;
pause() {