mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-27 05:43:58 +02:00
Fix play at start time
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user