Skip to content

Commit

Permalink
Fixes Tidal browsing
Browse files Browse the repository at this point in the history
The hardcoded root no longer works on current Tidal, and in fact Tidal now sends a valid browse root
  • Loading branch information
hufman committed Sep 7, 2023
1 parent b31f274 commit 30f40ae
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ class MusicBrowser(val handler: Handler, val mediaBrowser: MediaBrowserCompat, v
if (!connected) return "disconnected root"
return when (musicAppInfo.packageName) {
"com.spotify.music" -> "com.google.android.projection.gearhead---spotify_media_browser_root_android_auto" // the Android Auto root for Spotify
"com.aspiro.tidal" -> "__ROOT_LOGGED_IN__" // Tidal Music
"com.apple.android.music" -> "__AUTO_ROOT__" // Apple Music
"com.radio.fmradio" -> "__ROOT__" // Radio FM
"app.sunshinelive.de.sunshinelive" -> "/" // Sunshine Live
Expand Down

0 comments on commit 30f40ae

Please sign in to comment.