mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 16:52:04 +02:00
fully replaced TVDB with Trakt.tv
This commit is contained in:
9
NzbDrone.Core/MetadataSource/Trakt/People.cs
Normal file
9
NzbDrone.Core/MetadataSource/Trakt/People.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace NzbDrone.Core.MetadataSource.Trakt
|
||||
{
|
||||
public class People
|
||||
{
|
||||
public List<Actor> actors { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user