pull/3401/head
Chocobozzz 2020-12-04 15:58:29 +01:00
parent e772bdf14c
commit aa5ee5017a
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 583A612D890159BE
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni

Vedi File

@ -1,7 +1,7 @@
import * as Bull from 'bull'
import { pathExists, readdir, remove } from 'fs-extra'
import { join } from 'path'
import { ffprobePromise, getAudioStream, getAudioStreamCodec, getDurationFromVideoFile, getVideoFileResolution } from '@server/helpers/ffprobe-utils'
import { ffprobePromise, getAudioStream, getDurationFromVideoFile, getVideoFileResolution } from '@server/helpers/ffprobe-utils'
import { VIDEO_LIVE } from '@server/initializers/constants'
import { LiveManager } from '@server/lib/live-manager'
import { generateVideoMiniature } from '@server/lib/thumbnail'