mirror of
https://github.com/alangrainger/immich-public-proxy.git
synced 2025-01-23 16:02:43 +01:00
parent
77d23beb26
commit
1659f58c78
3 changed files with 4 additions and 4 deletions
app
4
app/package-lock.json
generated
4
app/package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "immich-public-proxy",
|
||||
"version": "1.5.6",
|
||||
"version": "1.6.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "immich-public-proxy",
|
||||
"version": "1.5.6",
|
||||
"version": "1.6.0",
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
"archiver": "^7.0.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "immich-public-proxy",
|
||||
"version": "1.5.6",
|
||||
"version": "1.6.0",
|
||||
"scripts": {
|
||||
"dev": "ts-node src/index.ts",
|
||||
"build": "npx tsc",
|
||||
|
|
|
@ -56,7 +56,7 @@ class LGallery {
|
|||
* https://www.lightgalleryjs.com/demos/infinite-scrolling/
|
||||
*/
|
||||
loadMoreItems () {
|
||||
const numberOfItems = 2
|
||||
const numberOfItems = 80
|
||||
if (this.index < this.items.length) {
|
||||
this.index += numberOfItems
|
||||
|
||||
|
|
Loading…
Reference in a new issue