diff --git a/webui/static/library.js b/webui/static/library.js index f82d712d..65807dff 100644 --- a/webui/static/library.js +++ b/webui/static/library.js @@ -2458,13 +2458,22 @@ async function openDiscographyModal() { - - + + +
+
+
${allReleases.map((r, i) => _renderDiscogCard(r, i, completionData)).join('')}
+