mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 07:46:05 -07:00
7 lines
132 B
C#
7 lines
132 B
C#
namespace Ombi.Api.Models.Tv
|
|
{
|
|
public class TvMazeSeasons : TvMazeShow
|
|
{
|
|
public int number { get; set; }
|
|
}
|
|
}
|