mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-24 06:28:34 +01:00
Thumbnails (#797)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: tonya <tonya@tokia.dev>
This commit is contained in:
@@ -25,4 +25,10 @@ export class ActionsAPI extends BaseAPI {
|
||||
url: route("/actions/set-primary-photos"),
|
||||
});
|
||||
}
|
||||
|
||||
createMissingThumbnails() {
|
||||
return this.http.post<void, ActionAmountResult>({
|
||||
url: route("/actions/create-missing-thumbnails"),
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user