mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 15:56:05 -07:00
8 lines
No EOL
162 B
C#
8 lines
No EOL
162 B
C#
namespace Ombi.Api.TvMaze.Models
|
|
{
|
|
public class Image
|
|
{
|
|
public string medium { get; set; }
|
|
public string original { get; set; }
|
|
}
|
|
} |