From 6f187b061fe7dd1e1bb4b1743707983079cd418d Mon Sep 17 00:00:00 2001 From: diyaa Date: Mon, 6 Jul 2026 12:37:19 +0200 Subject: [PATCH] Remove Legacy storage readiness paths --- backend/src/modules/storage/storage.service.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/src/modules/storage/storage.service.ts b/backend/src/modules/storage/storage.service.ts index 2c2f4ab..6cfbea3 100644 --- a/backend/src/modules/storage/storage.service.ts +++ b/backend/src/modules/storage/storage.service.ts @@ -71,8 +71,6 @@ export class LocalFilesystemStorageService { join(this.root, 'temp', 'uploads'), join(this.root, 'incoming'), join(this.root, 'quarantine'), - join(this.root, 'library', 'audio'), - join(this.root, 'library', 'artwork'), ]; for (const path of paths) {