9 lines
187 B
C#
9 lines
187 B
C#
namespace ErsatzTV.Infrastructure.Plex.Models
|
|
{
|
|
public class PlexUserResponse
|
|
{
|
|
public string Email { get; set; }
|
|
public string AuthToken { get; set; }
|
|
}
|
|
}
|