This commit is contained in:
cvium
2020-12-10 14:47:47 +01:00
parent dd238937f4
commit 3f6e6c4839
3 changed files with 24 additions and 22 deletions

View File

@@ -571,7 +571,7 @@ namespace MediaBrowser.Controller.Library
string videoPath,
string[] files);
Task RunMetadataSavers(IReadOnlyList<BaseItem> items, ItemUpdateType updateReason);
Task RunMetadataSavers(BaseItem item, ItemUpdateType updateReason);
BaseItem GetParentItem(string parentId, Guid? userId);