mirror of
https://github.com/androidx/media.git
synced 2025-05-09 08:30:43 +08:00
Fix typo in MediaSessionLegacyStub
PiperOrigin-RevId: 598615782
This commit is contained in:
parent
a88d8a415a
commit
be2f8c41b7
@ -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…
x
Reference in New Issue
Block a user