2019-08-18 04:20:52 -07:00
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
|
|
namespace MediaBrowser.Providers.Tmdb.Models.Search
|
|
|
|
{
|
|
|
|
public class ExternalIdLookupResult
|
|
|
|
{
|
2019-08-18 05:44:13 -07:00
|
|
|
public List<TvResult> Tv_Results { get; set; }
|
2019-08-18 04:20:52 -07:00
|
|
|
}
|
|
|
|
}
|