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