mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 19:40:05 -07:00
8 lines
No EOL
154 B
C#
8 lines
No EOL
154 B
C#
namespace Ombi.TheMovieDbApi.Models
|
|
{
|
|
public class Genre
|
|
{
|
|
public int id { get; set; }
|
|
public string name { get; set; }
|
|
}
|
|
} |