mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
9 lines
197 B
C#
9 lines
197 B
C#
namespace NzbDrone.Core.Notifications.Plex.Models
|
|
{
|
|
public class PlexIdentity
|
|
{
|
|
public string MachineIdentifier { get; set; }
|
|
public string Version { get; set; }
|
|
}
|
|
}
|