Commit 65b49a49 by ibaker Committed by Oliver Woodman

Fix parameter name mismatch in Playlist

PiperOrigin-RevId: 280167223
parent 0ff79c0e
......@@ -119,7 +119,7 @@ import java.util.Set;
MediaSourceHolder previousHolder = mediaSourceHolders.get(insertionIndex - 1);
Timeline previousTimeline = previousHolder.mediaSource.getTimeline();
holder.reset(
/* firstWindowInChildIndex= */ previousHolder.firstWindowIndexInChild
/* firstWindowIndexInChild= */ 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