feat(server): library cleanup from ui (#16226)

* feat(server,web): scan all libraries from frontend

* feat(server,web): scan all libraries from frontend

* Add button text
This commit is contained in:
Jonathan Jogenfors
2025-03-03 04:29:02 +01:00
committed by GitHub
parent 8885e3105e
commit 869839f642
11 changed files with 37 additions and 24 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ export class JobService extends BaseService {
}
case QueueName.LIBRARY: {
return this.jobRepository.queue({ name: JobName.LIBRARY_QUEUE_SYNC_ALL, data: { force } });
return this.jobRepository.queue({ name: JobName.LIBRARY_QUEUE_SCAN_ALL, data: { force } });
}
case QueueName.BACKUP_DATABASE: {