mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix: mobile upload duration type (#28362)
This commit is contained in:
parent
2276443c56
commit
a278c10c75
2 changed files with 2 additions and 2 deletions
|
|
@ -16271,7 +16271,7 @@
|
|||
},
|
||||
"duration": {
|
||||
"description": "Duration in milliseconds (for videos)",
|
||||
"maximum": 2147483647,
|
||||
"maximum": 9007199254740991,
|
||||
"minimum": 0,
|
||||
"type": "integer"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue