mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix typo in MediaSessionLegacyStub
PiperOrigin-RevId: 598615782
This commit is contained in:
parent
a88d8a415a
commit
be2f8c41b7
1 changed files with 1 additions and 1 deletions
|
|
@ -576,7 +576,7 @@ import org.checkerframework.checker.initialization.qual.Initialized;
|
||||||
}
|
}
|
||||||
PlayerWrapper player = sessionImpl.getPlayerWrapper();
|
PlayerWrapper player = sessionImpl.getPlayerWrapper();
|
||||||
if (!player.isCommandAvailable(Player.COMMAND_GET_TIMELINE)) {
|
if (!player.isCommandAvailable(Player.COMMAND_GET_TIMELINE)) {
|
||||||
Log.w(TAG, "Can't remove item by id without availabe COMMAND_GET_TIMELINE");
|
Log.w(TAG, "Can't remove item by ID without COMMAND_GET_TIMELINE being available");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Timeline timeline = player.getCurrentTimeline();
|
Timeline timeline = player.getCurrentTimeline();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue