playback: fix broken notification close action

This commit is contained in:
Alexander Capehart 2024-10-15 09:37:48 -06:00
parent 4a6273e2da
commit b4d6c0a611
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -149,6 +149,7 @@ private constructor(
addAction(PlaybackActions.ACTION_SKIP_PREV)
addAction(PlaybackActions.ACTION_PLAY_PAUSE)
addAction(PlaybackActions.ACTION_SKIP_NEXT)
addAction(PlaybackActions.ACTION_EXIT)
addAction(WidgetProvider.ACTION_WIDGET_UPDATE)
}
}