Add: route for syncing local progress from app

This commit is contained in:
advplyr 2021-11-19 20:08:03 -06:00
parent 43dc85ad81
commit 66911a4b70
6 changed files with 67 additions and 10 deletions

View file

@ -164,10 +164,6 @@ export default {
audioPlayed() {
if (!this.$refs.audio) return
console.log('Audio Played', this.$refs.audio.currentTime, 'Total Duration', this.$refs.audio.duration)
// setTimeout(() => {
// console.log('Audio Played FOLLOW UP', this.$refs.audio.currentTime, 'Total Duration', this.$refs.audio.duration)
// this.startListenTimeInterval()
// }, 500)
this.startListenTimeInterval()
this.isPaused = this.$refs.audio.paused
},

View file

@ -1,6 +1,6 @@
{
"name": "audiobookshelf-client",
"version": "1.6.22",
"version": "1.6.23",
"description": "Audiobook manager and player",
"main": "index.js",
"scripts": {