Add autoplay for next book in series after queue ends

This commit is contained in:
Vito0912 2025-09-25 09:43:38 +02:00
parent e040396b20
commit 0610cca7b1
No known key found for this signature in database
GPG key ID: A0F767011D6093A2
3 changed files with 93 additions and 22 deletions

View file

@ -222,6 +222,7 @@ class ApiRouter {
//
this.router.get('/series/:id', SeriesController.middleware.bind(this), SeriesController.findOne.bind(this))
this.router.patch('/series/:id', SeriesController.middleware.bind(this), SeriesController.update.bind(this))
this.router.get('/series/:id/next-book/:libraryItemId', SeriesController.middleware.bind(this), SeriesController.getNextBook.bind(this))
//
// Playback Session Routes