mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Correct order of parameters when creating PositionInfo
PiperOrigin-RevId: 436174782
This commit is contained in:
parent
0292f82ddf
commit
ea67fbbb9a
1 changed files with 1 additions and 1 deletions
|
|
@ -808,8 +808,8 @@ import java.util.List;
|
|||
return new PositionInfo(
|
||||
/* windowUid= */ null,
|
||||
getCurrentMediaItemIndex(),
|
||||
/* periodUid= */ null,
|
||||
getCurrentMediaItem(),
|
||||
/* periodUid= */ null,
|
||||
getCurrentPeriodIndex(),
|
||||
getCurrentPosition(),
|
||||
getContentPosition(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue