mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-24 14:31:55 +01:00
feat: primary images (#576)
* add support for primary images
* fix locked loading state issue
* add action to auto-set images
Former-commit-id: 318b8be192
This commit is contained in:
@@ -19,4 +19,10 @@ export class ActionsAPI extends BaseAPI {
|
||||
url: route("/actions/ensure-import-refs"),
|
||||
});
|
||||
}
|
||||
|
||||
setPrimaryPhotos() {
|
||||
return this.http.post<void, ActionAmountResult>({
|
||||
url: route("/actions/set-primary-photos"),
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user