mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-02 13:34:53 +02:00
Update HLS stream endpoints to not include user token
This commit is contained in:
parent
1afb8840db
commit
1f7b181b7b
3 changed files with 4 additions and 7 deletions
|
@ -313,7 +313,7 @@ class Server {
|
|||
router.use(express.json({ limit: '5mb' }))
|
||||
|
||||
router.use('/api', this.auth.ifAuthNeeded(this.authMiddleware.bind(this)), this.apiRouter.router)
|
||||
router.use('/hls', this.authMiddleware.bind(this), this.hlsRouter.router)
|
||||
router.use('/hls', this.hlsRouter.router)
|
||||
router.use('/public', this.publicRouter.router)
|
||||
|
||||
// Static path to generated nuxt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue