Fix live ending job that breaks new live session

This commit is contained in:
Chocobozzz
2022-06-16 13:39:57 +02:00
parent bffee1d538
commit cdd838168d
4 changed files with 20 additions and 8 deletions

View File

@@ -161,6 +161,7 @@ export interface VideoLiveEndingPayload {
videoId: number
publishedAt: string
liveSessionId: number
streamingPlaylistId: number
replayDirectory?: string
}