mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix: queue assets missing fullsize files for thumbnail regeneration (#25794)
* fix: queue assets missing fullsize files for thumbnail regeneration * refactor: query --------- Co-authored-by: Jason Rasmussen <jason@rasm.me>
This commit is contained in:
parent
37e5968a7a
commit
092ebe01a5
5 changed files with 116 additions and 21 deletions
|
|
@ -533,6 +533,7 @@ export const factory = {
|
|||
assetEdit: assetEditFactory,
|
||||
tag: tagFactory,
|
||||
uuid: newUuid,
|
||||
buffer: () => Buffer.from('this is a fake buffer'),
|
||||
date: newDate,
|
||||
responses: {
|
||||
badRequest: (message: any = null) => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue