mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Add missing @Nullable for ExoPlayer.getPlayerError.
#minor-release Issue: google/ExoPlayer#9660 PiperOrigin-RevId: 408323173
This commit is contained in:
parent
dba30ff863
commit
609cf02330
1 changed files with 1 additions and 0 deletions
|
|
@ -1018,6 +1018,7 @@ public interface ExoPlayer extends Player {
|
||||||
* {@link ExoPlaybackException}.
|
* {@link ExoPlaybackException}.
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
|
@Nullable
|
||||||
ExoPlaybackException getPlayerError();
|
ExoPlaybackException getPlayerError();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue