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

Fix #29 Download all password albums

This commit is contained in:
Alan Grainger 2024-12-01 18:33:27 +13:00
parent e633f00afa
commit 0bd8785b01

View file

@ -3,7 +3,6 @@ import { Response } from 'express-serve-static-core'
import { Asset, AssetType, ImageSize, IncomingShareRequest, SharedLink } from './types'
import { getConfigOption } from './functions'
import archiver from 'archiver'
import dayjs from 'dayjs'
class Render {
lgConfig