1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00
Files
Sonarr/NzbDrone.Core/MetadataSource/Trakt/People.cs
T
2013-03-31 13:25:39 -07:00

9 lines
170 B
C#

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