mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
feat(server): resume queues (#2104)
* feat(server): resume queues * chore: regenerate open-api
This commit is contained in:
parent
8563bd463c
commit
9adbbd42be
9 changed files with 21 additions and 0 deletions
1
web/src/api/open-api/api.ts
generated
1
web/src/api/open-api/api.ts
generated
|
|
@ -1222,6 +1222,7 @@ export interface GetAssetCountByTimeBucketDto {
|
|||
export const JobCommand = {
|
||||
Start: 'start',
|
||||
Pause: 'pause',
|
||||
Resume: 'resume',
|
||||
Empty: 'empty'
|
||||
} as const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue