mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
sync updates
This commit is contained in:
@@ -37,5 +37,13 @@ namespace MediaBrowser.Controller.Sync
|
||||
/// <param name="id">The identifier.</param>
|
||||
/// <returns>Task<LocalItem>.</returns>
|
||||
Task<LocalItem> Get(SyncTarget target, string id);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the cached item.
|
||||
/// </summary>
|
||||
/// <param name="target">The target.</param>
|
||||
/// <param name="id">The identifier.</param>
|
||||
/// <returns>Task<LocalItem>.</returns>
|
||||
Task<LocalItem> GetCachedItem(SyncTarget target, string id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user