mirror of
https://github.com/danog/termux-api.git
synced 2025-01-22 21:31:10 +01:00
parent
1be62a5c91
commit
9c104aac36
@ -125,7 +125,7 @@ public class MediaPlayerAPI {
|
||||
}
|
||||
|
||||
protected static MediaCommandHandler getMediaCommandHandler(final String command) {
|
||||
switch (command.toUpperCase()) {
|
||||
switch (command == null ? "" : command.toUpperCase()) {
|
||||
case "INFO":
|
||||
return infoHandler;
|
||||
case "PLAY":
|
||||
|
Loading…
x
Reference in New Issue
Block a user