Merge pull request #96 from fengdai:release

PiperOrigin-RevId: 458883441
(cherry picked from commit 8e5af4a3aa43a3f2e0fd96415adf800a0abf8507)
This commit is contained in:
Marc Baechinger 2022-07-04 19:56:41 +00:00 committed by Rohit Singh
parent 1def7b5a36
commit 1bbaec9c1b

View File

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