mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
12 lines
No EOL
295 B
C#
12 lines
No EOL
295 B
C#
namespace NzbDrone.Core.MetadataSource.SkyHook.Resource
|
|
{
|
|
public class ImageResource
|
|
{
|
|
public string CoverType { get; set; }
|
|
|
|
// Spotify Mapping
|
|
public string Url { get; set; }
|
|
public int Height { get; set; }
|
|
public int Width { get; set; }
|
|
}
|
|
} |