Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: artists content URI
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhasDissa committed Oct 11, 2023
1 parent fde3c84 commit 048ac1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class LocalMusicRepository(
MediaStore.VOLUME_EXTERNAL
)
} else {
MediaStore.Audio.Albums.EXTERNAL_CONTENT_URI
MediaStore.Audio.Artists.EXTERNAL_CONTENT_URI
}

val projection = arrayOf(
Expand Down

0 comments on commit 048ac1b

Please sign in to comment.