1
0
Fork 0
mirror of https://github.com/alangrainger/immich-public-proxy.git synced 2024-12-28 03:41:58 +00:00

Add #16 Download all files as zip

This commit is contained in:
Alan Grainger 2024-11-15 15:51:17 +01:00
parent 9e1970af4f
commit 1713ba5850

View file

@ -113,8 +113,8 @@ class Render {
openItem,
title: this.title(share),
path: '/share/' + share.key,
showDownload: getConfigOption('ipp.allowDownloadAll', true),
showTitle: getConfigOption('ipp.showGalleryTitle', true),
showDownload: getConfigOption('ipp.allowDownloadAll', false),
showTitle: getConfigOption('ipp.showGalleryTitle', false),
lgConfig: getConfigOption('lightGallery', {})
})
}