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