From d17b145d5cc87fba551f3c64c1f502084ade5534 Mon Sep 17 00:00:00 2001 From: localhost Date: Wed, 24 Sep 2025 19:32:43 +0200 Subject: [PATCH] remove useless import --- src/utils/download.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/download.ts b/src/utils/download.ts index 6105a4d..951d112 100644 --- a/src/utils/download.ts +++ b/src/utils/download.ts @@ -1,5 +1,4 @@ import WebSocket from 'ws'; -import { getVideo } from '@/utils/metadata'; async function downloadVideo(ws: any, id: string): Promise<{ fail: boolean, message: string }> { return new Promise(async (resolve, reject) => {