mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Add missing @Nullable for ExoPlayer.getPlayerError.
#minor-release Issue: google/ExoPlayer#9660 PiperOrigin-RevId: 408323173
This commit is contained in:
parent
d06e8136ee
commit
5de4915fe4
1 changed files with 1 additions and 0 deletions
|
|
@ -982,6 +982,7 @@ public interface ExoPlayer extends Player {
|
|||
* {@link ExoPlaybackException}.
|
||||
*/
|
||||
@Override
|
||||
@Nullable
|
||||
ExoPlaybackException getPlayerError();
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue