mirror of
https://github.com/Radarr/Radarr
synced 2026-04-23 01:42:05 +02:00
11 lines
No EOL
304 B
C#
11 lines
No EOL
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; }
|
|
}
|
|
} |