mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-17 15:53:42 +01:00
update server sync
This commit is contained in:
@@ -42,8 +42,9 @@ namespace MediaBrowser.Controller.Sync
|
||||
/// Gets the cached item.
|
||||
/// </summary>
|
||||
/// <param name="target">The target.</param>
|
||||
/// <param name="id">The identifier.</param>
|
||||
/// <param name="serverId">The server identifier.</param>
|
||||
/// <param name="itemId">The item identifier.</param>
|
||||
/// <returns>Task<LocalItem>.</returns>
|
||||
Task<LocalItem> GetCachedItem(SyncTarget target, string id);
|
||||
Task<List<LocalItem>> GetCachedItems(SyncTarget target, string serverId, string itemId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user