diff options
Diffstat (limited to 'server/lib/live/shared/muxing-session.ts')
-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[] } = {} |