mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-28 09:18:27 +00:00
api/stream: remove random undici import
wtf
This commit is contained in:
parent
fec07d0e10
commit
06c348126e
|
@ -1,4 +1,4 @@
|
|||
import { Agent, request, stream } from "undici";
|
||||
import { Agent, request } from "undici";
|
||||
import ffmpeg from "ffmpeg-static";
|
||||
import { spawn } from "child_process";
|
||||
import { create as contentDisposition } from "content-disposition-header";
|
||||
|
|
Loading…
Reference in a new issue