mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix: update datetimeRelative description to minutes instead of seconds (#29137)
This commit is contained in:
parent
ce59cc9241
commit
d307ab60ca
4 changed files with 4 additions and 4 deletions
|
|
@ -673,7 +673,7 @@ export type AssetMediaResponseDto = {
|
|||
export type AssetBulkUpdateDto = {
|
||||
/** Original date and time */
|
||||
dateTimeOriginal?: string;
|
||||
/** Relative time offset in seconds */
|
||||
/** Relative time offset in minutes */
|
||||
dateTimeRelative?: number;
|
||||
/** Asset description */
|
||||
description?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue