mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-03-11 17:45:30 +00:00
perf(merger): remove unused functions and imports
Some checks failed
auto-documentation / documentation (push) Has been cancelled
build and push docker image / build-node (push) Has been cancelled
Style and build test / tsc (push) Has been cancelled
Style and build test / eslint (push) Has been cancelled
Style and build test / prettier (push) Has been cancelled
Style and build test / build-test-windows-arm64 (push) Has been cancelled
Style and build test / build-test-linux-arm64 (push) Has been cancelled
Style and build test / build-test-macos-arm64 (push) Has been cancelled
Style and build test / build-test-windows-x64 (push) Has been cancelled
Style and build test / build-test-linux-x64 (push) Has been cancelled
Style and build test / build-test-macos-x64 (push) Has been cancelled
Some checks failed
auto-documentation / documentation (push) Has been cancelled
build and push docker image / build-node (push) Has been cancelled
Style and build test / tsc (push) Has been cancelled
Style and build test / eslint (push) Has been cancelled
Style and build test / prettier (push) Has been cancelled
Style and build test / build-test-windows-arm64 (push) Has been cancelled
Style and build test / build-test-linux-arm64 (push) Has been cancelled
Style and build test / build-test-macos-arm64 (push) Has been cancelled
Style and build test / build-test-windows-x64 (push) Has been cancelled
Style and build test / build-test-linux-x64 (push) Has been cancelled
Style and build test / build-test-macos-x64 (push) Has been cancelled
This commit is contained in:
parent
1ff93f2fbd
commit
e8bec44982
1 changed files with 0 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
import * as iso639 from 'iso-639';
|
import * as iso639 from 'iso-639';
|
||||||
import * as yamlCfg from './module.cfg-loader';
|
|
||||||
import { fontFamilies, fontMime } from './module.fontsData';
|
import { fontFamilies, fontMime } from './module.fontsData';
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
import fs from 'fs';
|
import fs from 'fs';
|
||||||
|
|
@ -68,7 +67,6 @@ class Merger {
|
||||||
public async createDelays() {
|
public async createDelays() {
|
||||||
//Don't bother scanning it if there is only 1 vna stream
|
//Don't bother scanning it if there is only 1 vna stream
|
||||||
if (this.options.videoAndAudio.length > 1) {
|
if (this.options.videoAndAudio.length > 1) {
|
||||||
const bin = await yamlCfg.loadBinCfg();
|
|
||||||
const vnas = this.options.videoAndAudio;
|
const vnas = this.options.videoAndAudio;
|
||||||
//get and set durations on each videoAndAudio Stream
|
//get and set durations on each videoAndAudio Stream
|
||||||
for (const [vnaIndex, vna] of vnas.entries()) {
|
for (const [vnaIndex, vna] of vnas.entries()) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue