Skip to content

Commit

Permalink
demo: Add separator between rebuffering avoidance options
Browse files Browse the repository at this point in the history
  • Loading branch information
peaBerberian committed Dec 12, 2024
1 parent 60b5185 commit 3a50743
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions demo/scripts/components/Options/BufferOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,13 @@ function BufferOptions({
? "No triggering Playback-Rate-based rebuffering Avoidance"
: `Starting rebuffering avoidance strategy once ${rebufferingAvoidanceBufferGapSize} second(s) is left in the buffer`}
</span>
<span
style={{
marginTop: "5px",
borderBottom: "1px solid #999",
marginBottom: "5px",
}}
></span>
<PlayerOptionNumberInput
ariaLabel="Playback Rate Based Rebuffering Avoidance Min Playback Rate option"
label="playbackRateBasedRebufferingAvoidanceMinPlaybackRate"
Expand Down

0 comments on commit 3a50743

Please sign in to comment.