mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-09 07:43:03 +01:00
Add endpoint to update all items in library
This commit is contained in:
@@ -196,6 +196,7 @@ namespace MediaBrowser.Controller.Library
|
||||
/// </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