From d732ec7b46caa2a0972f132894023fec6bc5dd6a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 11 Jul 2023 11:23:51 +0200 Subject: Rename "videos" config to "web-videos" --- server/lib/local-actor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/lib/local-actor.ts') diff --git a/server/lib/local-actor.ts b/server/lib/local-actor.ts index 872addc58..611e6d0af 100644 --- a/server/lib/local-actor.ts +++ b/server/lib/local-actor.ts @@ -40,7 +40,7 @@ export async function updateLocalActorImageFiles ( const extension = getLowercaseExtension(imagePhysicalFile.filename) const imageName = buildUUID() + extension - const destination = join(CONFIG.STORAGE.ACTOR_IMAGES, imageName) + const destination = join(CONFIG.STORAGE.ACTOR_IMAGES_DIR, imageName) await processImageFromWorker({ path: imagePhysicalFile.path, destination, newSize: imageSize, keepOriginal: true }) return { -- cgit v1.2.3