mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat(server): add originalFileName to SyncAssetV1 (#18767)
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com> Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
parent
aebd68e24e
commit
b854a3dd47
7 changed files with 23 additions and 1 deletions
|
|
@ -341,6 +341,7 @@ export const columns = {
|
|||
syncAsset: [
|
||||
'id',
|
||||
'ownerId',
|
||||
'originalFileName',
|
||||
'thumbhash',
|
||||
'checksum',
|
||||
'fileCreatedAt',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue