mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-19 03:15:58 +02:00
Add:API endpoint to get continue listening items across all libraries for android auto
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user