mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-30 22:59:37 +02:00
Add: route for syncing local progress from app
This commit is contained in:
parent
43dc85ad81
commit
66911a4b70
6 changed files with 67 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue