mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
@@ -12,6 +12,7 @@ namespace NzbDrone.Core.MetadataSource.SkyHook.Resource
|
||||
public string Disambiguation { get; set; }
|
||||
public List<string> Label {get; set;}
|
||||
public List<string> Country { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string Format { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -313,6 +313,7 @@ namespace NzbDrone.Core.MetadataSource.SkyHook
|
||||
AlbumRelease albumRelease = new AlbumRelease
|
||||
{
|
||||
Id = resource.Id,
|
||||
Title = resource.Title,
|
||||
ReleaseDate = resource.ReleaseDate,
|
||||
TrackCount = resource.TrackCount,
|
||||
Format = resource.Format,
|
||||
|
||||
Reference in New Issue
Block a user