You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set initial playlist via SimpleBasePlayer.State.Builder.setPlaylist(Timeline,...)
Change current media item via getState().buildUpon().setCurrentMediaItemIndex(...)
Expected result
Notification displays new media item
Actual result
Notification never changes from the initial media item.
This bug does not occur with the old setPlaylist(playlist) call that existed pre-1.5.0.
Workaround is to explicitly call setPlaylist(Timeline,...) again with identical parameters whenever changing media item, even though timeline and tracks never actually change.