Add base item to download params

This commit is contained in:
Bill Thornton
2024-10-17 01:41:13 -04:00
parent 8b3a02c727
commit 0d2652ce58
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -2011,6 +2011,7 @@ export default function (view, params) {
const downloadHref = getApiClient().getItemDownloadUrl(currentItem.Id);
download([{
url: downloadHref,
item: currentItem,
itemId: currentItem.Id,
serverId: currentItem.ServerId,
title: currentItem.Name,