mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-31 15:19:42 +02:00
Add:API endpoint to get continue listening items across all libraries for android auto
This commit is contained in:
parent
c5f91ec508
commit
9f200ece99
3 changed files with 37 additions and 1 deletions
|
@ -142,6 +142,7 @@ class ApiRouter {
|
|||
this.router.patch('/me/password', MeController.updatePassword.bind(this))
|
||||
this.router.patch('/me/settings', MeController.updateSettings.bind(this))
|
||||
this.router.post('/me/sync-local-progress', MeController.syncLocalMediaProgress.bind(this))
|
||||
this.router.get('/me/items-in-progress', MeController.getAllLibraryItemsInProgress.bind(this))
|
||||
|
||||
//
|
||||
// Backup Routes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue