8 lines
153 B
C#
8 lines
153 B
C#
namespace ErsatzTV.Infrastructure.Plex.Models;
|
|
|
|
public class PlexPinResponse
|
|
{
|
|
public int Id { get; set; }
|
|
public string Code { get; set; }
|
|
}
|