Remove dead code

This commit is contained in:
Chocobozzz
2026-07-10 14:46:23 +02:00
parent 2ea8c8057a
commit a0c72a5ff5
2 changed files with 0 additions and 11 deletions
-8
View File
@@ -71,8 +71,6 @@ export type TranscodeVODOptions =
export class FFmpegVOD {
private readonly commandWrapper: FFmpegCommandWrapper
private ended = false
constructor (options: FFmpegCommandWrapperOptions) {
this.commandWrapper = new FFmpegCommandWrapper(options)
}
@@ -100,12 +98,6 @@ export class FFmpegVOD {
await this.commandWrapper.runCommand()
await this.fixHLSPlaylistIfNeeded(options)
this.ended = true
}
isEnded () {
return this.ended
}
private async buildVODCommand (