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:
8
NzbDrone.Core/MetadataSource/Trakt/Actor.cs
Normal file
8
NzbDrone.Core/MetadataSource/Trakt/Actor.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace NzbDrone.Core.MetadataSource.Trakt
|
||||
{
|
||||
public class Actor
|
||||
{
|
||||
public string name { get; set; }
|
||||
public string character { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user