Add base item to download params
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user