mirror of
https://github.com/alangrainger/immich-public-proxy.git
synced 2024-12-28 20:01:57 +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,
|
openItem,
|
||||||
title: this.title(share),
|
title: this.title(share),
|
||||||
path: '/share/' + share.key,
|
path: '/share/' + share.key,
|
||||||
showDownload: getConfigOption('ipp.allowDownloadAll', true),
|
showDownload: getConfigOption('ipp.allowDownloadAll', false),
|
||||||
showTitle: getConfigOption('ipp.showGalleryTitle', true),
|
showTitle: getConfigOption('ipp.showGalleryTitle', false),
|
||||||
lgConfig: getConfigOption('lightGallery', {})
|
lgConfig: getConfigOption('lightGallery', {})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue