mirror of
https://github.com/immich-app/immich.git
synced 2026-06-12 19:11:52 -07:00
fix: mobile upload duration type (#28362)
This commit is contained in:
@@ -16271,7 +16271,7 @@
|
||||
},
|
||||
"duration": {
|
||||
"description": "Duration in milliseconds (for videos)",
|
||||
"maximum": 2147483647,
|
||||
"maximum": 9007199254740991,
|
||||
"minimum": 0,
|
||||
"type": "integer"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user