mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-15 22:01:37 +00:00
Chore: clean up unnecessary arguments
This commit is contained in:
parent
3c73322fc1
commit
433876f724
2 changed files with 2 additions and 3 deletions
|
|
@ -83,7 +83,7 @@ class Server {
|
|||
this.apiRouter = new ApiRouter(this)
|
||||
this.hlsRouter = new HlsRouter(this.db, this.auth, this.playbackSessionManager)
|
||||
this.staticRouter = new StaticRouter(this.db)
|
||||
this.clientRouter = new ClientRouter(global.appRoot, global.ClientPort, global.RouterBasePath)
|
||||
this.clientRouter = new ClientRouter(global.appRoot, global.RouterBasePath)
|
||||
|
||||
Logger.logManager = this.logManager
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue