mirror of
https://github.com/samsonjs/media.git
synced 2026-04-04 11:05:47 +00:00
Merge pull request #2794 from mofneko/fix-unused-variable
Fix unused variable
This commit is contained in:
commit
17cee63544
1 changed files with 1 additions and 1 deletions
|
|
@ -1300,7 +1300,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