diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-09-14 11:10:51 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-09-14 11:10:51 -0400 |
| commit | 5c615fa02448813499ed87f2a1c2b937c7a7dcd5 (patch) | |
| tree | b96b07cb1d43006a8faa64649885fb808e18c43a /MediaBrowser.Server.Implementations/Connect/ServerRegistrationResponse.cs | |
| parent | 4f3ea6c6c3cdde7f4b8d21dc97c711635d73b4e0 (diff) | |
add connect linking
Diffstat (limited to 'MediaBrowser.Server.Implementations/Connect/ServerRegistrationResponse.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Connect/ServerRegistrationResponse.cs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/MediaBrowser.Server.Implementations/Connect/ServerRegistrationResponse.cs b/MediaBrowser.Server.Implementations/Connect/ServerRegistrationResponse.cs deleted file mode 100644 index 75c55e26e..000000000 --- a/MediaBrowser.Server.Implementations/Connect/ServerRegistrationResponse.cs +++ /dev/null @@ -1,18 +0,0 @@ - -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; } - } -} |
