mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 04:21:35 +00:00
fix(toDash): Fix image representations not being spec compliant (#672)
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user