mirror of
https://github.com/immich-app/immich.git
synced 2025-12-22 23:26:58 -08:00
feat: add adjustmentTimestamp to platformasset
# Conflicts: # mobile/lib/platform/native_sync_api.g.dart
This commit is contained in:
@@ -26,6 +26,7 @@ class PlatformAsset {
|
||||
final int durationInSeconds;
|
||||
final int orientation;
|
||||
final bool isFavorite;
|
||||
final int? adjustmentTimestamp;
|
||||
|
||||
const PlatformAsset({
|
||||
required this.id,
|
||||
@@ -38,6 +39,7 @@ class PlatformAsset {
|
||||
this.durationInSeconds = 0,
|
||||
this.orientation = 0,
|
||||
this.isFavorite = false,
|
||||
this.adjustmentTimestamp,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user