Option to keep existing auth in apiclient

This commit is contained in:
ScottIsAFool 2014-09-06 12:55:06 +01:00
parent 58eb500956
commit cc0cbf0610

View file

@ -790,7 +790,8 @@ namespace MediaBrowser.Model.ApiClient
/// Changes the server location. /// Changes the server location.
/// </summary> /// </summary>
/// <param name="address">The address.</param> /// <param name="address">The address.</param>
void ChangeServerLocation(string address); /// <param name="keepExistingAuth">Don't clear any existing authentication</param>
void ChangeServerLocation(string address, bool keepExistingAuth = false);
/// <summary> /// <summary>
/// Gets or sets the type of the client. /// Gets or sets the type of the client.