From 84062573496db136fb011c598fee7b3de129e070 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 24 Aug 2014 23:54:45 -0400 Subject: update translations --- .../Connect/ServerRegistrationResponse.cs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 MediaBrowser.Server.Implementations/Connect/ServerRegistrationResponse.cs (limited to 'MediaBrowser.Server.Implementations/Connect/ServerRegistrationResponse.cs') diff --git a/MediaBrowser.Server.Implementations/Connect/ServerRegistrationResponse.cs b/MediaBrowser.Server.Implementations/Connect/ServerRegistrationResponse.cs new file mode 100644 index 0000000000..75c55e26ec --- /dev/null +++ b/MediaBrowser.Server.Implementations/Connect/ServerRegistrationResponse.cs @@ -0,0 +1,18 @@ + +namespace MediaBrowser.Server.Implementations.Connect +{ + public class ServerRegistrationResponse + { + public string Id { get; set; } + public string Url { get; set; } + public string Name { get; set; } + public string AccessKey { get; set; } + } + + public class UpdateServerRegistrationResponse + { + public string Id { get; set; } + public string Url { get; set; } + public string Name { get; set; } + } +} -- cgit v1.2.3