mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 03:03:40 +01:00
kick off sync right after creating job
This commit is contained in:
@@ -1440,5 +1440,12 @@ namespace MediaBrowser.Model.ApiClient
|
||||
/// <param name="request">The request.</param>
|
||||
/// <returns>Task<SyncDataResponse>.</returns>
|
||||
Task<SyncDataResponse> SyncData(SyncDataRequest request);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the synchronize job item file URL.
|
||||
/// </summary>
|
||||
/// <param name="id">The identifier.</param>
|
||||
/// <returns>System.String.</returns>
|
||||
string GetSyncJobItemFileUrl(string id);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user