From 9432ba59446347bf82876dd2b73c07c008c6520e Mon Sep 17 00:00:00 2001 From: WebStreamr <210764791+webstreamr@users.noreply.github.com> Date: Thu, 12 Jun 2025 15:33:28 +0000 Subject: [PATCH] refactor: clean up handler import --- src/index.ts | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/index.ts b/src/index.ts index 773a17a..5821461 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,21 +1,10 @@ import express, { NextFunction, Request, Response } from 'express'; import { v4 as uuidv4 } from 'uuid'; import winston from 'winston'; -import { - CineHDPlus, - Frembed, - FrenchCloud, - Handler, - StreamKiste, - MeineCloud, - MostraGuarda, - Soaper, - VerHdLink, KinoGer, -} from './handler'; +import { CineHDPlus, Frembed, FrenchCloud, Handler, KinoGer, MeineCloud, MostraGuarda, Soaper, StreamKiste, VerHdLink, VidSrc } from './handler'; import { ExtractorRegistry } from './extractor'; import { ConfigureController, ManifestController, StreamController } from './controller'; import { envGet, envIsProd, Fetcher, StreamResolver, tmdbFetch, TmdbId } from './utils'; -import { VidSrc } from './handler/VidSrc'; const logger = winston.createLogger({ transports: [