Add volume number parsing to scanner

This commit is contained in:
Mark Cooper 2021-09-18 11:13:05 -05:00
parent db01db3a2b
commit 587adb3773
5 changed files with 32 additions and 8 deletions

View file

@ -315,7 +315,6 @@ export default {
this.bufferTrackWidth = bufferlen
},
timeupdate() {
// console.log('Time update', this.audioEl.currentTime)
if (!this.$refs.playedTrack) {
console.error('Invalid no played track ref')
return