Remove Legacy storage readiness paths
This commit is contained in:
parent
03d32c06ca
commit
6f187b061f
@ -71,8 +71,6 @@ export class LocalFilesystemStorageService {
|
|||||||
join(this.root, 'temp', 'uploads'),
|
join(this.root, 'temp', 'uploads'),
|
||||||
join(this.root, 'incoming'),
|
join(this.root, 'incoming'),
|
||||||
join(this.root, 'quarantine'),
|
join(this.root, 'quarantine'),
|
||||||
join(this.root, 'library', 'audio'),
|
|
||||||
join(this.root, 'library', 'artwork'),
|
|
||||||
];
|
];
|
||||||
|
|
||||||
for (const path of paths) {
|
for (const path of paths) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user