You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
namespace MediaBrowser.Providers.Tmdb.Models.General
|
|
{
|
|
public class Profile
|
|
{
|
|
public string file_path { get; set; }
|
|
public int width { get; set; }
|
|
public int height { get; set; }
|
|
public object iso_639_1 { get; set; }
|
|
public double aspect_ratio { get; set; }
|
|
}
|
|
}
|