diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-10-19 23:04:45 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-10-19 23:04:45 -0400 |
| commit | 3be4aa8dc729f5899658790f43a1d1c182e7a243 (patch) | |
| tree | 0af3803924add6eaffcfd4a58a81c3385f3afc61 /MediaBrowser.Model/ApiClient/ConnectionResult.cs | |
| parent | 813f5d9649522f8627940e3688e49f20fbff3acd (diff) | |
add connect to startup wizard
Diffstat (limited to 'MediaBrowser.Model/ApiClient/ConnectionResult.cs')
| -rw-r--r-- | MediaBrowser.Model/ApiClient/ConnectionResult.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MediaBrowser.Model/ApiClient/ConnectionResult.cs b/MediaBrowser.Model/ApiClient/ConnectionResult.cs index 86c94c3d5..12a80ee15 100644 --- a/MediaBrowser.Model/ApiClient/ConnectionResult.cs +++ b/MediaBrowser.Model/ApiClient/ConnectionResult.cs @@ -1,4 +1,5 @@ -using System.Collections.Generic; +using MediaBrowser.Model.Connect; +using System.Collections.Generic; namespace MediaBrowser.Model.ApiClient { @@ -7,6 +8,7 @@ namespace MediaBrowser.Model.ApiClient public ConnectionState State { get; set; } public List<ServerInfo> Servers { get; set; } public IApiClient ApiClient { get; set; } + public ConnectUser ConnectUser { get; set; } public ConnectionResult() { |
