Update:Add play button to collections and playlist table #666

This commit is contained in:
advplyr 2023-05-20 14:22:53 -05:00
parent 0448d20583
commit 928f33005a
3 changed files with 61 additions and 24 deletions

View file

@ -214,6 +214,8 @@ export default {
if (startTime !== undefined && startTime !== null) {
// seek to start time
AbsAudioPlayer.seek({ value: Math.floor(startTime) })
} else if (this.$refs.audioPlayer) {
this.$refs.audioPlayer.play()
}
return
}