diff --git a/pages/item/_id/index.vue b/pages/item/_id/index.vue index 5892022f..2dac5342 100644 --- a/pages/item/_id/index.vue +++ b/pages/item/_id/index.vue @@ -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) {