mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
Support for Artist Disambiguation and Type
This commit is contained in:
@@ -80,6 +80,8 @@ namespace NzbDrone.Core.Music
|
||||
artist.Images = artistInfo.Images;
|
||||
artist.Genres = artistInfo.Genres;
|
||||
artist.Links = artistInfo.Links;
|
||||
artist.Disambiguation = artistInfo.Disambiguation;
|
||||
artist.ArtistType = artistInfo.ArtistType;
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user