Merge branch 'current' into undici

This commit is contained in:
dumbmoron
2023-08-20 17:03:22 +02:00
committed by GitHub
3 changed files with 1 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
import { spawn } from "child_process";
import ffmpeg from "ffmpeg-static";
import { ffmpegArgs, genericUserAgent } from "../config.js";
import { getThreads, metadataManager, msToTime } from "../sub/utils.js";
import { getThreads, metadataManager } from "../sub/utils.js";
import { request } from 'undici';
function fail(res) {