mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 08:15:28 +03:00
sync updates
This commit is contained in:
@@ -893,6 +893,22 @@ namespace MediaBrowser.Model.ApiClient
|
||||
/// <param name="keepExistingAuth">if set to <c>true</c> [keep existing authentication].</param>
|
||||
void ChangeServerLocation(string address, bool keepExistingAuth = false);
|
||||
|
||||
/// <summary>
|
||||
/// Starts the receiving synchronize jobs updates.
|
||||
/// </summary>
|
||||
/// <param name="intervalMs">The interval ms.</param>
|
||||
/// <param name="userId">The user identifier.</param>
|
||||
/// <param name="targetId">The target identifier.</param>
|
||||
/// <returns>Task.</returns>
|
||||
Task StartReceivingSyncJobsUpdates(int intervalMs, string userId, string targetId);
|
||||
|
||||
/// <summary>
|
||||
/// Stops the receiving synchronize jobs updates.
|
||||
/// </summary>
|
||||
/// <param name="intervalMs">The interval ms.</param>
|
||||
/// <returns>Task.</returns>
|
||||
Task StopReceivingSyncJobsUpdates(int intervalMs);
|
||||
|
||||
/// <summary>
|
||||
/// Starts the receiving session updates.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user