Merge pull request #5427 from RafaelsRamos/fix/5422

fix: Incorrect actions management through bluetooth devices
This commit is contained in:
Bnyro 2024-01-03 17:37:20 +01:00 committed by GitHub
commit eeec5d2cba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -262,6 +262,7 @@ class NowPlayingNotification(
PlaybackStateCompat.ACTION_FAST_FORWARD or
PlaybackStateCompat.ACTION_PLAY_PAUSE or
PlaybackStateCompat.ACTION_PAUSE or
PlaybackStateCompat.ACTION_PLAY or
PlaybackStateCompat.ACTION_SEEK_TO
return PlaybackStateCompat.Builder()