Fix muxing
This commit is contained in:
1
dist/server/db/jobStore.d.ts
vendored
1
dist/server/db/jobStore.d.ts
vendored
@@ -2,6 +2,7 @@ export interface OutputOptions {
|
||||
audio: boolean;
|
||||
subtitles: boolean;
|
||||
muxed: boolean;
|
||||
muxMode: 'separate' | 'mixed';
|
||||
}
|
||||
export interface Job {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user