mirror of
https://github.com/immich-app/immich.git
synced 2026-05-23 07:22:31 -04:00
fix!: set duration to null when not present (#26982)
This commit is contained in:
@@ -155,7 +155,6 @@ async function fileUploader({
|
||||
fileCreatedAt,
|
||||
fileModifiedAt: new Date(assetFile.lastModified).toISOString(),
|
||||
isFavorite: 'false',
|
||||
duration: '0:00:00.000000',
|
||||
assetData: new File([assetFile], assetFile.name),
|
||||
})) {
|
||||
formData.append(key, value);
|
||||
|
||||
Reference in New Issue
Block a user