Add stop button to notification
Feature suggestion
Detailed Description
Currently there are only options for previous stop next in the notification.
Can we add a stop button?

Context
It would be great to be able stopping Kodi without opening the app
Possible Implementation
Additional context, screenshots or links
Here are some relevant links or screenshots:
Note: Team Kodi will consider this item however we will not make any promises if it will be included.
A stop button is always nice to have! So +1 from me.
just tried to implement myself. But obviously it is not possible to set more than 5 actions in total and 3 in compact view and these are used already
https://developer.android.com/reference/kotlin/androidx/media/app/NotificationCompat.MediaStyle
@
just tried to implement myself. But obviously it is not possible to set more than 5 actions in total and 3 in compact view and these are used already
https://developer.android.com/reference/kotlin/androidx/media/app/NotificationCompat.MediaStyle
That's a shame, thanks for trying!