chore: remove unused case in onCustomCommand

This commit is contained in:
Bnyro 2024-12-05 23:13:35 +01:00
parent 6947f89563
commit ceb23fcb6a

View File

@ -115,10 +115,6 @@ abstract class AbstractPlayerService : MediaLibraryService(), MediaLibrarySessio
RUN_PLAYER_COMMAND_ACTION -> {
runPlayerCommand(args)
}
else -> {
handlePlayerAction(PlayerEvent.valueOf(customCommand.customAction))
}
}
return super.onCustomCommand(session, controller, customCommand, args)