Merge pull request #1129 from Bnyro/pending

show ff and rewind in compact notification view
This commit is contained in:
Bnyro 2022-08-23 15:59:28 +02:00 committed by GitHub
commit 09e28b0672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,6 +159,8 @@ class NowPlayingNotification(
setUseStopAction(true)
setColorized(true)
setMediaSessionToken(mediaSession.sessionToken)
setUseFastForwardActionInCompactView(true)
setUseRewindActionInCompactView(true)
}
}