Files
Readarr/src/NzbDrone.Core/Notifications/Plex/Server/PlexIdentity.cs
T

9 lines
194 B
C#

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