mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
refactor(mobile): Migrate durationInSeconds to durationMs (#26615)
This commit is contained in:
@@ -58,7 +58,7 @@ abstract final class TestUtils {
|
||||
type: domain.AssetType.image,
|
||||
createdAt: DateTime(2024, 1, 1),
|
||||
updatedAt: DateTime(2024, 1, 1),
|
||||
durationInSeconds: 0,
|
||||
durationMs: 0,
|
||||
isFavorite: false,
|
||||
width: width,
|
||||
height: height,
|
||||
@@ -81,7 +81,7 @@ abstract final class TestUtils {
|
||||
type: domain.AssetType.image,
|
||||
createdAt: DateTime(2024, 1, 1),
|
||||
updatedAt: DateTime(2024, 1, 1),
|
||||
durationInSeconds: 0,
|
||||
durationMs: 0,
|
||||
isFavorite: false,
|
||||
width: width,
|
||||
height: height,
|
||||
|
||||
Reference in New Issue
Block a user