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) => {