Skip to content

Commit fae7996

Browse files
authored
Merge pull request #589 from IIIF/0489-fix-duration-to-floating-point
CORRECTION: Change `duration` value to be floating point
2 parents 5803569 + 35ce625 commit fae7996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/0489-multimedia-canvas/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": "Canvas",
1010
"height": 31722,
1111
"width": 70399,
12-
"duration": 180,
12+
"duration": 180.0,
1313
"items": [
1414
{
1515
"id": "{{ id.path }}/page/p1/1",

0 commit comments

Comments
 (0)