Commit a91ffdd4 by Oliver Woodman

Revert "Fix parameter name mismatch in Playlist"

This reverts commit 65b49a49.
parent cedada09
......@@ -119,7 +119,7 @@ import java.util.Set;
MediaSourceHolder previousHolder = mediaSourceHolders.get(insertionIndex - 1);
Timeline previousTimeline = previousHolder.mediaSource.getTimeline();
holder.reset(
/* firstWindowIndexInChild= */ previousHolder.firstWindowIndexInChild
/* firstWindowInChildIndex= */ previousHolder.firstWindowIndexInChild
+ previousTimeline.getWindowCount());
} else {
holder.reset(/* firstWindowIndexInChild= */ 0);
......
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