mirror of
https://github.com/immich-app/immich.git
synced 2025-11-15 05:22:43 +09:00
chore(mobile,web): use originalFilename (#7692)
* chore(mobile,web): use originalFilename * web * remove unused code
This commit is contained in:
@@ -22,7 +22,7 @@ class Asset {
|
||||
updatedAt = remote.updatedAt,
|
||||
durationInSeconds = remote.duration.toDuration()?.inSeconds ?? 0,
|
||||
type = remote.type.toAssetType(),
|
||||
fileName = p.basename(remote.originalPath),
|
||||
fileName = remote.originalFileName,
|
||||
height = remote.exifInfo?.exifImageHeight?.toInt(),
|
||||
width = remote.exifInfo?.exifImageWidth?.toInt(),
|
||||
livePhotoVideoId = remote.livePhotoVideoId,
|
||||
|
||||
Reference in New Issue
Block a user