diff --git a/MediaBrowser.Model/ApiClient/IApiClient.cs b/MediaBrowser.Model/ApiClient/IApiClient.cs
index 7dec2fa38..1ce7b4af8 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.