mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01:00
#379 - artist genres
This commit is contained in:
@@ -71,8 +71,6 @@ namespace MediaBrowser.Providers.Music
|
||||
genres.InsertRange(0, artist.Genres);
|
||||
artist.Genres = genres.Distinct(StringComparer.OrdinalIgnoreCase)
|
||||
.ToList();
|
||||
|
||||
artist.Genres = musicArtist.Genres.ToList();
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user