mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 09:15:35 +03:00
feat(mobile): add option to show asset owner name in asset list
This commit is contained in:
@@ -169,6 +169,10 @@ class Asset {
|
||||
@Enumerated(EnumType.ordinal)
|
||||
AssetVisibilityEnum visibility;
|
||||
|
||||
/// Transient field for storing owner name (used in shared albums)
|
||||
@ignore
|
||||
String? ownerName;
|
||||
|
||||
/// Returns null if the asset has no sync access to the exif info
|
||||
@ignore
|
||||
double? get aspectRatio {
|
||||
|
||||
Reference in New Issue
Block a user