Skip to content
Snippets Groups Projects
Commit 186eceab authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Fix TV artist screen showing all artists

Fixes #2319
parent 0b181930
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ class MediaBrowserViewModel(context: Context, val category: Long, val parent : M
override val provider = when (category) {
CATEGORY_ALBUMS -> AlbumsProvider(parent, context, this)
CATEGORY_ARTISTS -> ArtistsProvider(context, this, true)
CATEGORY_ARTISTS -> ArtistsProvider(context, this, false)
CATEGORY_GENRES -> GenresProvider(context, this)
CATEGORY_VIDEOS -> VideosProvider(null, null, context, this)
else -> TracksProvider(null, context, this)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment