Remove Legacy storage readiness paths

This commit is contained in:
diyaa 2026-07-06 12:37:19 +02:00
parent 03d32c06ca
commit 6f187b061f

View File

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