Files
Readarr/src/NzbDrone.Core/Notifications/Plex/Models/PlexIdentity.cs
T
2015-05-31 22:29:37 -07:00

9 lines
197 B
C#

namespace NzbDrone.Core.Notifications.Plex.Models
{
public class PlexIdentity
{
public string MachineIdentifier { get; set; }
public string Version { get; set; }
}
}