mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Change AlbumResource label to labels due to the change in lidarr/lidarrapi.metadata#13 (#131)
This commit is contained in:
@@ -156,7 +156,7 @@ namespace NzbDrone.Core.MetadataSource.SkyHook
|
||||
album.CleanTitle = Parser.Parser.CleanArtistName(album.Title);
|
||||
album.AlbumType = resource.Type;
|
||||
album.Images = resource.Images.Select(MapImage).ToList();
|
||||
album.Label = resource.Label;
|
||||
album.Label = resource.Labels;
|
||||
|
||||
album.Media = resource.Media.Select(MapMedium).ToList();
|
||||
album.Tracks = resource.Tracks.Select(MapTrack).ToList();
|
||||
|
||||
Reference in New Issue
Block a user