mirror of
https://github.com/samsonjs/media.git
synced 2026-04-05 11:15:46 +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();
|
||||
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;
|
||||
}
|
||||
Timeline timeline = player.getCurrentTimeline();
|
||||
|
|
|
|||
Loading…
Reference in a new issue