Merge pull request #96 from fengdai:release

PiperOrigin-RevId: 458883441
This commit is contained in:
Rohit Singh 2022-07-07 17:51:10 +00:00
commit 486c35045d

View File

@ -68,6 +68,7 @@ public class StubPlayer extends BasePlayer {
} }
@Override @Override
@Nullable
public PlaybackException getPlayerError() { public PlaybackException getPlayerError() {
throw new UnsupportedOperationException(); throw new UnsupportedOperationException();
} }