mirror of
https://github.com/Readarr/Readarr
synced 2025-12-20 15:23:55 +01:00
9 lines
No EOL
216 B
C#
9 lines
No EOL
216 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; }
|
|
}
|
|
} |