mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
sync updates
This commit is contained in:
@@ -82,18 +82,18 @@ namespace MediaBrowser.Controller.Sync
|
||||
/// <returns>SyncJobItem.</returns>
|
||||
SyncJobItem GetJobItem(string id);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the job item information.
|
||||
/// </summary>
|
||||
/// <param name="id">The identifier.</param>
|
||||
/// <returns>SyncedItem.</returns>
|
||||
SyncedItem GetJobItemInfo(string id);
|
||||
|
||||
/// <summary>
|
||||
/// Reports the offline action.
|
||||
/// </summary>
|
||||
/// <param name="action">The action.</param>
|
||||
/// <returns>Task.</returns>
|
||||
Task ReportOfflineAction(UserAction action);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the ready synchronize items.
|
||||
/// </summary>
|
||||
/// <param name="targetId">The target identifier.</param>
|
||||
/// <returns>List<SyncedItem>.</returns>
|
||||
List<SyncedItem> GetReadySyncItems(string targetId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user