#379 - artist genres
This commit is contained in:
parent
ab70effd5e
commit
969f290bb2
|
@ -71,8 +71,6 @@ namespace MediaBrowser.Providers.Music
|
||||||
genres.InsertRange(0, artist.Genres);
|
genres.InsertRange(0, artist.Genres);
|
||||||
artist.Genres = genres.Distinct(StringComparer.OrdinalIgnoreCase)
|
artist.Genres = genres.Distinct(StringComparer.OrdinalIgnoreCase)
|
||||||
.ToList();
|
.ToList();
|
||||||
|
|
||||||
artist.Genres = musicArtist.Genres.ToList();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue
Block a user