diff options
| author | Jesús Higueras <jesus@dabbleam.com> | 2020-03-25 17:26:53 +0100 |
|---|---|---|
| committer | Vasily <just.one.man@yandex.ru> | 2020-05-18 23:21:38 +0300 |
| commit | fe480caf5486a21d7ef152009e5c3e08364e0f33 (patch) | |
| tree | 697884af75b1c9b845ab2e03f051462a25ea4862 /MediaBrowser.Controller/Library | |
| parent | b9fc0d26287e46017515e4ac3e569ca2c60f622f (diff) | |
Add endpoint to update all items in library
Diffstat (limited to 'MediaBrowser.Controller/Library')
| -rw-r--r-- | MediaBrowser.Controller/Library/ILibraryManager.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index 2e1c97f67..559a5415f 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -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. |
