mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Fix next video state after optimize/audio merge
This commit is contained in:
parent
1772b383de
commit
cc2abbc320
5 changed files with 43 additions and 26 deletions
|
@ -158,14 +158,19 @@ export interface NewWebTorrentResolutionTranscodingPayload extends BaseTranscodi
|
|||
|
||||
export interface MergeAudioTranscodingPayload extends BaseTranscodingPayload {
|
||||
type: 'merge-audio-to-webtorrent'
|
||||
|
||||
resolution: VideoResolution
|
||||
fps: number
|
||||
|
||||
hasChildren: boolean
|
||||
}
|
||||
|
||||
export interface OptimizeTranscodingPayload extends BaseTranscodingPayload {
|
||||
type: 'optimize-to-webtorrent'
|
||||
|
||||
quickTranscode: boolean
|
||||
|
||||
hasChildren: boolean
|
||||
}
|
||||
|
||||
export type VideoTranscodingPayload =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue