export jellyfinhandler
This commit is contained in:
parent
4ae5989fd5
commit
257f7e775d
2
index.ts
2
index.ts
@ -4,7 +4,7 @@ import { config } from "./server/configuration"
|
||||
import { logger } from "./server/logger"
|
||||
const requestId = 'startup'
|
||||
|
||||
const jellyfinHandler = new JellyfinHandler(config)
|
||||
export const jellyfinHandler = new JellyfinHandler(config)
|
||||
|
||||
export const client = new ExtendedClient(jellyfinHandler)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user