remove unused stuff

This commit is contained in:
wukko
2023-08-20 21:02:20 +06:00
parent 244357820d
commit a6134c58d2
3 changed files with 1 additions and 16 deletions

View File

@@ -2,7 +2,7 @@ import { spawn } from "child_process";
import ffmpeg from "ffmpeg-static";
import got from "got";
import { ffmpegArgs, genericUserAgent } from "../config.js";
import { getThreads, metadataManager, msToTime } from "../sub/utils.js";
import { getThreads, metadataManager } from "../sub/utils.js";
function fail(res) {
if (!res.headersSent) res.sendStatus(500);