export jellyfinhandler

This commit is contained in:
mightypanders 2023-04-18 23:44:42 +02:00
parent 4ae5989fd5
commit 257f7e775d

View File

@ -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)