Skip to content

Commit

Permalink
Fix playlist loading (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
nt4f04uNd authored Jul 13, 2024
1 parent 75b9f56 commit 6d334f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ object FetchHandler {
}

fun retrievePlaylists(resolver: ContentResolver): ArrayList<MutableMap<String, Any?>> {
val memberProjection = arrayOf(MediaStore.Audio.Playlists.Members._ID)
val memberProjection = arrayOf(MediaStore.Audio.Playlists.Members.AUDIO_ID)
return executeQuery(
resolver,
MediaStore.Audio.Playlists.EXTERNAL_CONTENT_URI,
Expand Down

0 comments on commit 6d334f5

Please sign in to comment.