mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Change AlbumResource label to labels due to the change in lidarr/lidarrapi.metadata#13 (#131)
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user