From cc0cbf061094cf97c7f6e37c13a734b5ff7189c9 Mon Sep 17 00:00:00 2001 From: ScottIsAFool Date: Sat, 6 Sep 2014 12:55:06 +0100 Subject: [PATCH] Option to keep existing auth in apiclient --- MediaBrowser.Model/ApiClient/IApiClient.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MediaBrowser.Model/ApiClient/IApiClient.cs b/MediaBrowser.Model/ApiClient/IApiClient.cs index 7dec2fa383..1ce7b4af81 100644 --- a/MediaBrowser.Model/ApiClient/IApiClient.cs +++ b/MediaBrowser.Model/ApiClient/IApiClient.cs @@ -790,7 +790,8 @@ namespace MediaBrowser.Model.ApiClient /// Changes the server location. /// /// The address. - void ChangeServerLocation(string address); + /// Don't clear any existing authentication + void ChangeServerLocation(string address, bool keepExistingAuth = false); /// /// Gets or sets the type of the client.