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

@ -5,7 +5,6 @@ class UserAudiobookData {
constructor(progress) {
this.audiobookId = null
this.id = null
this.totalDuration = null // seconds
this.progress = null // 0 to 1
this.currentTime = null // seconds