mirror of
https://github.com/androidx/media.git
synced 2025-05-09 16:40:55 +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();
|
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…
x
Reference in New Issue
Block a user