mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 22:35:03 -08: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:
@@ -13127,6 +13127,9 @@
|
||||
"nullable": true,
|
||||
"type": "string"
|
||||
},
|
||||
"originalFileName": {
|
||||
"type": "string"
|
||||
},
|
||||
"ownerId": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -13161,6 +13164,7 @@
|
||||
"id",
|
||||
"isFavorite",
|
||||
"localDateTime",
|
||||
"originalFileName",
|
||||
"ownerId",
|
||||
"thumbhash",
|
||||
"type",
|
||||
|
||||
Reference in New Issue
Block a user