mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-28 23:06:43 -04:00
6b45758fde
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
9 lines
194 B
C#
9 lines
194 B
C#
namespace NzbDrone.Core.Notifications.Plex.Server
|
|
{
|
|
public class PlexIdentity
|
|
{
|
|
public string MachineIdentifier { get; set; }
|
|
public string Version { get; set; }
|
|
}
|
|
}
|