aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ILibraryManager.cs
diff options
context:
space:
mode:
authorClaus Vium <cvium@users.noreply.github.com>2020-12-11 08:11:38 +0100
committerGitHub <noreply@github.com>2020-12-11 08:11:38 +0100
commit0cddfbcff504ef99382f2eba8bd594b29ad6d39e (patch)
treed55dfba7d6f5edfeeec87d88674e6ddc0f26adc8 /MediaBrowser.Controller/Library/ILibraryManager.cs
parentb56feac8413f6d050d95eec9bc5cbd54ccc234e1 (diff)
parent15a3d8d62680fb7eec911ca65ac1cd1ef12be507 (diff)
Merge pull request #4757 from cvium/semi_revert_defer_image_loading
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
-rw-r--r--MediaBrowser.Controller/Library/ILibraryManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs
index 24b101694..6700761fc 100644
--- a/MediaBrowser.Controller/Library/ILibraryManager.cs
+++ b/MediaBrowser.Controller/Library/ILibraryManager.cs
@@ -571,7 +571,7 @@ namespace MediaBrowser.Controller.Library
string videoPath,
string[] files);
- void RunMetadataSavers(IReadOnlyList<BaseItem> items, ItemUpdateType updateReason);
+ Task RunMetadataSavers(BaseItem item, ItemUpdateType updateReason);
BaseItem GetParentItem(string parentId, Guid? userId);