Closed
Description
Issue description & Reproduction steps
When using ConcatenatingMediaSource
to play a playlist of media, let say I'm playing at position i
, and position i + 1
failed to load. Then within onPlayerError
callback, I expectcurrentWindowIndex
should return i + 1
but actually it return i
. Is it intended behavior?
Version of ExoPlayer being used
2.9.3