mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-20 04:18:51 -07:00
9 lines
191 B
C#
9 lines
191 B
C#
namespace MediaBrowser.Providers.Tmdb.Models.Movies
|
|
{
|
|
public class ProductionCountry
|
|
{
|
|
public string Iso_3166_1 { get; set; }
|
|
public string Name { get; set; }
|
|
}
|
|
}
|