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 ExternalIds
|
|
{
|
|
public string Imdb_Id { get; set; }
|
|
public object Freebase_Id { get; set; }
|
|
public string Freebase_Mid { get; set; }
|
|
public int Tvdb_Id { get; set; }
|
|
public int Tvrage_Id { get; set; }
|
|
}
|
|
}
|