@@ -645,10 +645,10 @@ export default {
},
watch: {
/* eslint-disable */
- "song.duration": function() {
+ "song.duration": function () {
this.drawCanvas();
- "song.skipDuration": function() {
+ "song.skipDuration": function () {
}
/* eslint-enable */
@@ -1597,6 +1597,7 @@ export default {
calculateTimeElapsed() {
if (
this.playerReady &&
+ !this.noSong &&
this.currentSong &&
this.player.getPlayerState() === -1
) {