This commit is contained in:
Finn Dittmar 2025-12-17 21:56:17 +01:00 committed by GitHub
commit 8527d9f37d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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