mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-09-29 15:31:04 -04:00
9 lines
185 B
C#
9 lines
185 B
C#
namespace MediaBrowser.Providers.Tmdb.Models.TV
|
|
{
|
|
public class ContentRating
|
|
{
|
|
public string Iso_3166_1 { get; set; }
|
|
public string Rating { get; set; }
|
|
}
|
|
}
|