mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
11 lines
304 B
C#
11 lines
304 B
C#
namespace NzbDrone.Core.MetadataSource.Trakt
|
|
{
|
|
public class Images
|
|
{
|
|
public string poster { get; set; }
|
|
public string fanart { get; set; }
|
|
public string banner { get; set; }
|
|
public string screen { get; set; }
|
|
public string headshot { get; set; }
|
|
}
|
|
} |