1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Fix muxing cleanup

This commit is contained in:
Chocobozzz 2021-06-17 17:08:47 +02:00
parent 52fb1d97ba
commit e466544fb9
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 1 additions and 3 deletions

View file

@ -60,8 +60,6 @@ class MuxingSession extends EventEmitter {
private readonly videoUUID: string
private readonly saveReplay: boolean
private toto: Buffer
private readonly lTags: LoggerTagsFn
private segmentsToProcessPerPlaylist: { [playlistId: string]: string[] } = {}