mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 00:10:32 +05:30
Merge pull request #5427 from RafaelsRamos/fix/5422
fix: Incorrect actions management through bluetooth devices
This commit is contained in:
commit
eeec5d2cba
@ -262,6 +262,7 @@ class NowPlayingNotification(
|
|||||||
PlaybackStateCompat.ACTION_FAST_FORWARD or
|
PlaybackStateCompat.ACTION_FAST_FORWARD or
|
||||||
PlaybackStateCompat.ACTION_PLAY_PAUSE or
|
PlaybackStateCompat.ACTION_PLAY_PAUSE or
|
||||||
PlaybackStateCompat.ACTION_PAUSE or
|
PlaybackStateCompat.ACTION_PAUSE or
|
||||||
|
PlaybackStateCompat.ACTION_PLAY or
|
||||||
PlaybackStateCompat.ACTION_SEEK_TO
|
PlaybackStateCompat.ACTION_SEEK_TO
|
||||||
|
|
||||||
return PlaybackStateCompat.Builder()
|
return PlaybackStateCompat.Builder()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user