mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-28 13:58:23 +02:00
fix compile android
This commit is contained in:
parent
d2d3bbe8a1
commit
b6fea85ef4
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ class PlayerNotificationService : MediaBrowserServiceCompat() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
val playbackActions = PlaybackStateCompat.ACTION_PLAY_PAUSE or
|
var playbackActions = PlaybackStateCompat.ACTION_PLAY_PAUSE or
|
||||||
PlaybackStateCompat.ACTION_PLAY or
|
PlaybackStateCompat.ACTION_PLAY or
|
||||||
PlaybackStateCompat.ACTION_PAUSE or
|
PlaybackStateCompat.ACTION_PAUSE or
|
||||||
PlaybackStateCompat.ACTION_FAST_FORWARD or
|
PlaybackStateCompat.ACTION_FAST_FORWARD or
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue