fully replaced TVDB with Trakt.tv

This commit is contained in:
kay.one
2013-03-31 13:25:39 -07:00
parent af3282630f
commit a052a9389e
63 changed files with 353 additions and 2529 deletions

View File

@@ -0,0 +1,9 @@
using System.Collections.Generic;
namespace NzbDrone.Core.MetadataSource.Trakt
{
public class People
{
public List<Actor> actors { get; set; }
}
}