diff --git a/MaterialSkin/HTML/material/html/js/queue-page.js b/MaterialSkin/HTML/material/html/js/queue-page.js index ce569ae74..db8eac2d5 100644 --- a/MaterialSkin/HTML/material/html/js/queue-page.js +++ b/MaterialSkin/HTML/material/html/js/queue-page.js @@ -66,7 +66,7 @@ function buildSubtitle(i, threeLines) { lines.push(subtitle); subtitle = undefined; } - subtitle = buildAlbumLine(i, 'queue'); + subtitle = addPart(subtitle, buildAlbumLine(i, 'queue')); if (threeLines) { lines.push(subtitle); return lines;