mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
refactor: event manager (#25481)
* refactor: event manager * fix: broken downloadFile endpoint
This commit is contained in:
@@ -19,7 +19,7 @@ export class QueueManager {
|
||||
}
|
||||
|
||||
constructor() {
|
||||
eventManager.on('QueueUpdate', () => void this.refresh());
|
||||
eventManager.on('QueueUpdate', () => this.refresh());
|
||||
}
|
||||
|
||||
listen() {
|
||||
|
||||
Reference in New Issue
Block a user