diff options
Diffstat (limited to 'dist/plyr.js')
-rw-r--r-- | dist/plyr.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/plyr.js b/dist/plyr.js index 660e4a39..a43c0141 100644 --- a/dist/plyr.js +++ b/dist/plyr.js @@ -7358,7 +7358,7 @@ var Plyr = function () { }, { key: 'playing', get: function get$$1() { - return Boolean(!this.paused && !this.ended && (this.isHTML5 ? this.media.readyState > 2 : true)); + return Boolean(this.ready && !this.paused && !this.ended && (this.isHTML5 ? this.media.readyState > 2 : true)); } /** |