Change AlbumResource label to labels due to the change in lidarr/lidarrapi.metadata#13 (#131)

This commit is contained in:
Daniel Underwood
2017-11-20 22:34:27 -05:00
committed by Qstick
parent 10b8174726
commit 30eb8c9c05
2 changed files with 2 additions and 2 deletions
@@ -20,7 +20,7 @@ namespace NzbDrone.Core.MetadataSource.SkyHook.Resource
public string Title { get; set; }
public string Overview { get; set; }
public List<string> Genres { get; set; }
public List<string> Label { get; set; }
public List<string> Labels { get; set; }
public string Type { get; set; }
public List<MediumResource> Media { get; set; }
public List<TrackResource> Tracks { get; set; }