mirror of
https://github.com/samsonjs/media.git
synced 2026-04-03 10:55:48 +00:00
Fix unused variable
This commit is contained in:
parent
0302fd6b4d
commit
86ac913df6
1 changed files with 1 additions and 1 deletions
|
|
@ -1259,7 +1259,7 @@ import java.io.IOException;
|
|||
// We are already buffering the maximum number of periods ahead.
|
||||
return;
|
||||
}
|
||||
newLoadingPeriodIndex = timeline.getNextPeriodIndex(loadingPeriodHolder.index, period, window,
|
||||
newLoadingPeriodIndex = timeline.getNextPeriodIndex(loadingPeriodIndex, period, window,
|
||||
repeatMode);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue