1
0
Fork 0
mirror of https://github.com/alangrainger/immich-public-proxy.git synced 2025-01-23 16:02:43 +01:00
This commit is contained in:
Alan Grainger 2025-01-10 14:19:19 +08:00
parent 77d23beb26
commit 1659f58c78
3 changed files with 4 additions and 4 deletions

4
app/package-lock.json generated
View file

@ -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",

View file

@ -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",

View file

@ -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