Fix typo in MediaSessionLegacyStub

PiperOrigin-RevId: 598615782
This commit is contained in:
bachinger 2024-01-15 08:26:27 -08:00 committed by Copybara-Service
parent a88d8a415a
commit be2f8c41b7

View File

@ -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();