aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/ApiClient/IConnectionManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-11-02 22:38:43 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-11-02 22:38:43 -0500
commit7ca1cd8795c465953ddb4560ce62fe6efba9f9d3 (patch)
tree637729589e12c3e6bee826ba3f4cc4dc5c1e77ca /MediaBrowser.Model/ApiClient/IConnectionManager.cs
parent7a4d5b79517f28dab668090bc4a540aa7aa75f5f (diff)
upgrade to jquery mobile 1.4.5
Diffstat (limited to 'MediaBrowser.Model/ApiClient/IConnectionManager.cs')
-rw-r--r--MediaBrowser.Model/ApiClient/IConnectionManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/ApiClient/IConnectionManager.cs b/MediaBrowser.Model/ApiClient/IConnectionManager.cs
index e31900610..f234bb714 100644
--- a/MediaBrowser.Model/ApiClient/IConnectionManager.cs
+++ b/MediaBrowser.Model/ApiClient/IConnectionManager.cs
@@ -81,7 +81,7 @@ namespace MediaBrowser.Model.ApiClient
/// Logouts this instance.
/// </summary>
/// <returns>Task&lt;ConnectionResult&gt;.</returns>
- Task<ConnectionResult> Logout();
+ Task Logout();
/// <summary>
/// Logins to connect.