mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 11:38:32 -07:00
7 lines
No EOL
120 B
C#
7 lines
No EOL
120 B
C#
namespace Ombi.Api.TvMaze.Models
|
|
{
|
|
public class Rating
|
|
{
|
|
public double? average { get; set; }
|
|
}
|
|
} |