mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-12 21:44:24 +02:00
Init sqlite take 2
This commit is contained in:
@@ -8,8 +8,7 @@ const fs = require('../libs/fsExtra')
|
||||
|
||||
|
||||
class HlsRouter {
|
||||
constructor(db, auth, playbackSessionManager) {
|
||||
this.db = db
|
||||
constructor(auth, playbackSessionManager) {
|
||||
this.auth = auth
|
||||
this.playbackSessionManager = playbackSessionManager
|
||||
|
||||
|
||||
Reference in New Issue
Block a user