Commit 17cee635 by ojw28 Committed by GitHub

Merge pull request #2794 from mofneko/fix-unused-variable

Fix unused variable
parents 49630619 86ac913d
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment