mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 22:38:30 +01:00
Compute hash only when one is not computed in DB, small optimizations here and there
This commit is contained in:
@@ -195,8 +195,8 @@ namespace MediaBrowser.Controller.Library
|
||||
/// Updates the item.
|
||||
/// </summary>
|
||||
void UpdateItems(IEnumerable<BaseItem> items, BaseItem parent, ItemUpdateType updateReason, CancellationToken cancellationToken);
|
||||
|
||||
void UpdateItem(BaseItem item, BaseItem parent, ItemUpdateType updateReason, CancellationToken cancellationToken);
|
||||
void UpdateAll();
|
||||
|
||||
/// <summary>
|
||||
/// Retrieves the item.
|
||||
|
||||
Reference in New Issue
Block a user