mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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.
|
// We are already buffering the maximum number of periods ahead.
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
newLoadingPeriodIndex = timeline.getNextPeriodIndex(loadingPeriodHolder.index, period, window,
|
newLoadingPeriodIndex = timeline.getNextPeriodIndex(loadingPeriodIndex, period, window,
|
||||||
repeatMode);
|
repeatMode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue