mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-28 06:14:00 +02:00
fix compile android
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user