mirror of
https://github.com/immich-app/immich.git
synced 2026-05-21 22:46:32 -04:00
fix!: set duration to null when not present (#26982)
This commit is contained in:
@@ -12,7 +12,6 @@ const makeUploadDto = (options?: { omit: string }): Record<string, any> => {
|
||||
fileCreatedAt: new Date().toISOString(),
|
||||
fileModifiedAt: new Date().toISOString(),
|
||||
isFavorite: 'false',
|
||||
duration: '0:00:00.000000',
|
||||
};
|
||||
|
||||
const omit = options?.omit;
|
||||
|
||||
Reference in New Issue
Block a user