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.General
|
2019-08-18 11:20:52 +00:00
|
|
|
{
|
|
|
|
public class Keywords
|
|
|
|
{
|
2019-08-18 12:44:13 +00:00
|
|
|
public List<Keyword> Results { get; set; }
|
2019-08-18 11:20:52 +00:00
|
|
|
}
|
|
|
|
}
|