Skip to content

Commit

Permalink
Fix showing artists in queue if only using 2 lines
Browse files Browse the repository at this point in the history
  • Loading branch information
CDrummond committed May 3, 2021
1 parent 5383e96 commit 6be297b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MaterialSkin/HTML/material/html/js/queue-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6be297b

Please sign in to comment.