Many improvemtns and fixes related to decoupling of svelte and rust on android.
This commit is contained in:
@@ -1008,8 +1008,7 @@ class JellyTauPlayer(private val appContext: Context) {
|
||||
album = currentAlbum,
|
||||
duration = currentDurationMs,
|
||||
position = (exoPlayer.currentPosition).coerceAtLeast(0),
|
||||
isPlaying = isPlaying,
|
||||
artworkBitmap = currentArtworkBitmap
|
||||
isPlaying = isPlaying
|
||||
)
|
||||
} else {
|
||||
android.util.Log.w("JellyTauPlayer", "Playback service not available for notification update")
|
||||
|
||||
Reference in New Issue
Block a user