removing an empty line
This commit is contained in:
parent
d6833fd399
commit
53c857c55a
1 changed files with 1 additions and 3 deletions
|
@ -109,9 +109,7 @@ fun Context.getArtistsSync(): ArrayList<Artist> {
|
|||
|
||||
private fun fillArtistExtras(context: Context, artist: Artist): Artist {
|
||||
val uri = Audio.Albums.EXTERNAL_CONTENT_URI
|
||||
val projection = arrayOf(
|
||||
Audio.Albums._ID)
|
||||
|
||||
val projection = arrayOf(Audio.Albums._ID)
|
||||
val selection = "${Audio.Albums.ARTIST_ID} = ?"
|
||||
val selectionArgs = arrayOf(artist.id.toString())
|
||||
|
||||
|
|
Loading…
Reference in a new issue