Skip to content

Commit 5069274

Browse files
fix: remove duplicated compositeBuffer
Signed-off-by: toddynnn <86982643+ToddyTheNoobDud@users.noreply.github.com>
1 parent 1e4dbbd commit 5069274

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sources/youtube/sabr.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,6 @@ export class SabrStream extends PassThrough {
11431143
throw err;
11441144
}
11451145
buffer = ump.compositeBuffer;
1146-
buffer = ump.compositeBuffer;
11471146
}
11481147

11491148
const responseDump = this.enableTrafficDump && responseDumpChunks.length
@@ -1195,4 +1194,4 @@ export class SabrStream extends PassThrough {
11951194
}
11961195
}
11971196
}
1198-
}
1197+
}

0 commit comments

Comments
 (0)