mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-28 14:17:19 +02:00
Fix play at start time
This commit is contained in:
@@ -475,9 +475,12 @@ export default {
|
|||||||
this.$store.commit('openReader', this.libraryItem)
|
this.$store.commit('openReader', this.libraryItem)
|
||||||
},
|
},
|
||||||
playAtTimestamp(seconds) {
|
playAtTimestamp(seconds) {
|
||||||
this.playClick(seconds)
|
this.play(seconds)
|
||||||
},
|
},
|
||||||
async playClick(startTime = null) {
|
playClick() {
|
||||||
|
this.play()
|
||||||
|
},
|
||||||
|
async play(startTime = null) {
|
||||||
await this.$hapticsImpact()
|
await this.$hapticsImpact()
|
||||||
|
|
||||||
if (this.isPodcast) {
|
if (this.isPodcast) {
|
||||||
|
|||||||
Reference in New Issue
Block a user