1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-01-19 22:21:08 +00:00
Radarr/NzbDrone.Core/MetadataSource/Trakt/People.cs
2013-03-31 13:25:39 -07:00

9 lines
No EOL
170 B
C#

using System.Collections.Generic;
namespace NzbDrone.Core.MetadataSource.Trakt
{
public class People
{
public List<Actor> actors { get; set; }
}
}