Add missing @Nullable for ExoPlayer.getPlayerError.

#minor-release

Issue: google/ExoPlayer#9660
PiperOrigin-RevId: 408323173
This commit is contained in:
tonihei 2021-11-08 14:14:38 +00:00 committed by Ian Baker
parent dba30ff863
commit 609cf02330

View file

@ -1018,6 +1018,7 @@ public interface ExoPlayer extends Player {
* {@link ExoPlaybackException}.
*/
@Override
@Nullable
ExoPlaybackException getPlayerError();
/**