mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-27 08:44:34 +01:00
8 lines
173 B
C#
8 lines
173 B
C#
namespace NzbDrone.Core.MetadataSource.Trakt
|
|
{
|
|
public class Actor
|
|
{
|
|
public string name { get; set; }
|
|
public string character { get; set; }
|
|
}
|
|
} |