Fix play at start time

This commit is contained in:
advplyr
2023-03-06 16:59:49 -06:00
parent 53c9109534
commit 840979d635
+5 -2
View File
@@ -475,9 +475,12 @@ export default {
this.$store.commit('openReader', this.libraryItem)
},
playAtTimestamp(seconds) {
this.playClick(seconds)
this.play(seconds)
},
async playClick(startTime = null) {
playClick() {
this.play()
},
async play(startTime = null) {
await this.$hapticsImpact()
if (this.isPodcast) {