mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-08 11:22:23 +01:00
some initial work on cloud sync
This commit is contained in:
@@ -167,5 +167,19 @@ namespace MediaBrowser.Controller.Sync
|
||||
/// <param name="job">The job.</param>
|
||||
/// <returns>VideoOptions.</returns>
|
||||
VideoOptions GetVideoOptions(SyncJobItem jobItem, SyncJob job);
|
||||
|
||||
/// <summary>
|
||||
/// Reports the synchronize job item transfer beginning.
|
||||
/// </summary>
|
||||
/// <param name="id">The identifier.</param>
|
||||
/// <returns>Task.</returns>
|
||||
Task ReportSyncJobItemTransferBeginning(string id);
|
||||
|
||||
/// <summary>
|
||||
/// Reports the synchronize job item transfer failed.
|
||||
/// </summary>
|
||||
/// <param name="id">The identifier.</param>
|
||||
/// <returns>Task.</returns>
|
||||
Task ReportSyncJobItemTransferFailed(string id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user