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:
parent
9e1970af4f
commit
1713ba5850
1 changed files with 2 additions and 2 deletions
|
@ -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', {})
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue