mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
#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…
x
Reference in New Issue
Block a user