mirror of
https://github.com/samsonjs/media.git
synced 2026-04-08 11:45:51 +00:00
Fix parameter name mismatch in Playlist
PiperOrigin-RevId: 280167223
This commit is contained in:
parent
0ff79c0e02
commit
65b49a49f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue