There was an error while loading. Please reload this page.
1 parent 4ed51ae commit 1ceed37Copy full SHA for 1ceed37
1 file changed
demo/scripts/components/Options/BufferOptions.tsx
@@ -330,6 +330,13 @@ function BufferOptions({
330
? "No triggering Playback-Rate-based rebuffering Avoidance"
331
: `Starting rebuffering avoidance strategy once ${rebufferingAvoidanceBufferGapSize} second(s) is left in the buffer`}
332
</span>
333
+ <span
334
+ style={{
335
+ marginTop: "5px",
336
+ borderBottom: "1px solid #999",
337
+ marginBottom: "5px",
338
+ }}
339
+ ></span>
340
<PlayerOptionNumberInput
341
ariaLabel="Playback Rate Based Rebuffering Avoidance Min Playback Rate option"
342
label="playbackRateBasedRebufferingAvoidanceMinPlaybackRate"
0 commit comments