got rid of dash in file names

This commit is contained in:
wukko
2022-07-17 17:21:51 +06:00
parent 67223b3acd
commit 299fe6336b
16 changed files with 17 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
import { apiJSON } from "../sub/api-helper.js";
import { apiJSON } from "../sub/utils.js";
import { verifyStream } from "./manage.js";
import { streamAudioOnly, streamDefault, streamLiveRender } from "./types.js";

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 { msToTime } from "../sub/api-helper.js";
import { msToTime } from "../sub/utils.js";
import { internalError } from "../sub/errors.js";
import loc from "../sub/i18n.js";