mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 03:38:26 -07:00
8 lines
No EOL
173 B
C#
8 lines
No EOL
173 B
C#
namespace NzbDrone.Core.MetadataSource.Trakt
|
|
{
|
|
public class Actor
|
|
{
|
|
public string name { get; set; }
|
|
public string character { get; set; }
|
|
}
|
|
} |