Fix unused variable
This commit is contained in:
parent
0302fd6b4d
commit
86ac913df6
@ -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…
x
Reference in New Issue
Block a user