Skip to content

Commit

Permalink
syncer: first layout is actually 0, not -1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Dec 26, 2023
1 parent 071ca81 commit 053cd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncer.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def asset_to_tiles(asset):
"auto_duration": 10,
"duration": 10,
"interaction": {"key": ""},
"layout_id": -1, # Use first layout
"layout_id": 0,
"overlap": 0,
"tiles": asset_to_tiles(asset),
}
Expand Down

0 comments on commit 053cd1b

Please sign in to comment.