Merge pull request #96 from fengdai:release

PiperOrigin-RevId: 458883441
This commit is contained in:
Marc Baechinger 2022-07-04 19:56:41 +00:00
commit 8e5af4a3aa

View File

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