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