diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-17 17:08:47 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-17 17:09:58 +0200 |
commit | e466544fb942992bbf9c455ad2168dc1b9111d97 (patch) | |
tree | b9ec84759846d58fed2af857020558d9bf80a230 /server/lib/live/shared | |
parent | 52fb1d97baa67137e3a9afadb2cc9ec2cfc04952 (diff) | |
download | PeerTube-e466544fb942992bbf9c455ad2168dc1b9111d97.tar.gz PeerTube-e466544fb942992bbf9c455ad2168dc1b9111d97.tar.zst PeerTube-e466544fb942992bbf9c455ad2168dc1b9111d97.zip |
Fix muxing cleanup
Diffstat (limited to 'server/lib/live/shared')
-rw-r--r-- | server/lib/live/shared/muxing-session.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/lib/live/shared/muxing-session.ts b/server/lib/live/shared/muxing-session.ts index 7788eea2d..eb2007b29 100644 --- a/server/lib/live/shared/muxing-session.ts +++ b/server/lib/live/shared/muxing-session.ts | |||
@@ -60,8 +60,6 @@ class MuxingSession extends EventEmitter { | |||
60 | private readonly videoUUID: string | 60 | private readonly videoUUID: string |
61 | private readonly saveReplay: boolean | 61 | private readonly saveReplay: boolean |
62 | 62 | ||
63 | private toto: Buffer | ||
64 | |||
65 | private readonly lTags: LoggerTagsFn | 63 | private readonly lTags: LoggerTagsFn |
66 | 64 | ||
67 | private segmentsToProcessPerPlaylist: { [playlistId: string]: string[] } = {} | 65 | private segmentsToProcessPerPlaylist: { [playlistId: string]: string[] } = {} |