mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-15 21:06:20 -04:00
9 lines
170 B
C#
9 lines
170 B
C#
using System.Collections.Generic;
|
|
|
|
namespace NzbDrone.Core.MetadataSource.Trakt
|
|
{
|
|
public class People
|
|
{
|
|
public List<Actor> actors { get; set; }
|
|
}
|
|
} |