Skip to content

Commit

Permalink
Implemented all playlists library in Android Auto, include ondevice s…
Browse files Browse the repository at this point in the history
…ongs. #628 #322
  • Loading branch information
fast4x committed Mar 15, 2024
1 parent d94857e commit 2957977
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ class PlayerMediaBrowserService : MediaBrowserServiceCompat(), ServiceConnection
val data = mediaId?.split('/') ?: return
var index = 0

println("RiMusicMediaBrowser data $data ")
//println("RiMusicMediaBrowser data $data ")

coroutineScope.launch {
val mediaItems = when (data.getOrNull(0)) {
Expand Down

0 comments on commit 2957977

Please sign in to comment.