2019-08-18 11:20:52 +00:00
|
|
|
using System.Collections.Generic;
|
|
|
|
|
2020-05-31 06:23:09 +00:00
|
|
|
namespace MediaBrowser.Providers.Plugins.Tmdb.Models.Search
|
2019-08-18 11:20:52 +00:00
|
|
|
{
|
|
|
|
public class ExternalIdLookupResult
|
|
|
|
{
|
2019-08-18 12:44:13 +00:00
|
|
|
public List<TvResult> Tv_Results { get; set; }
|
2019-08-18 11:20:52 +00:00
|
|
|
}
|
|
|
|
}
|