fix(toDash): Fix image representations not being spec compliant (#672)

This commit is contained in:
absidue
2024-06-24 20:48:38 +02:00
committed by GitHub
parent d6fa134c3d
commit e5aab9a9b3

View File

@@ -706,7 +706,7 @@ function getImageRepresentation(
thumbnail_width: board.thumbnail_width,
rows: board.rows,
columns: board.columns,
template_duration: template_duration,
template_duration: Math.round(template_duration),
template_url: transform_url(template_url).toString(),
getURL(n) {
return template_url.toString().replace('$Number$', n.toString());