1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00
Files
Sonarr/src/NzbDrone.Core/MetadataSource/SkyHook/Resource/ImageResource.cs
T
2022-08-07 15:24:35 -07:00

9 lines
189 B
C#

namespace NzbDrone.Core.MetadataSource.SkyHook.Resource
{
public class ImageResource
{
public string CoverType { get; set; }
public string Url { get; set; }
}
}