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) {