We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c6767 commit 159d6bdCopy full SHA for 159d6bd
apps/app/src/components/PlayerControls.tsx
@@ -159,8 +159,8 @@ function Timeline() {
159
{timeline.map((item) => {
160
const left = (item.start - seekableStart) / relativeDuration;
161
const width = item.duration ? item.duration / relativeDuration : 0;
162
- const rangeWidth = item.rangeDuration
163
- ? item.rangeDuration / relativeDuration
+ const rangeWidth = item.plannedDuration
+ ? item.plannedDuration / relativeDuration
164
: 0;
165
166
if (!width) {
0 commit comments