Add volume number parsing to scanner

This commit is contained in:
advplyr 2021-09-18 11:13:05 -05:00
parent 80e2e35dcd
commit 07994d38d5
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