mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 12:58:28 +01:00
updated nuget
This commit is contained in:
@@ -835,6 +835,26 @@ namespace MediaBrowser.Model.ApiClient
|
||||
/// </summary>
|
||||
void ClearAuthenticationInfo();
|
||||
|
||||
/// <summary>
|
||||
/// Changes the server location.
|
||||
/// </summary>
|
||||
/// <param name="address">The address.</param>
|
||||
/// <param name="keepExistingAuth">if set to <c>true</c> [keep existing authentication].</param>
|
||||
void ChangeServerLocation(string address, bool keepExistingAuth = false);
|
||||
|
||||
/// <summary>
|
||||
/// Starts the receiving session updates.
|
||||
/// </summary>
|
||||
/// <param name="intervalMs">The interval ms.</param>
|
||||
/// <returns>Task.</returns>
|
||||
Task StartReceivingSessionUpdates(int intervalMs);
|
||||
|
||||
/// <summary>
|
||||
/// Stops the receiving session updates.
|
||||
/// </summary>
|
||||
/// <returns>Task.</returns>
|
||||
Task StopReceivingSessionUpdates();
|
||||
|
||||
/// <summary>
|
||||
/// Gets the image URL.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user