diff --git a/mopidy_musicbox_webclient/static/js/library.js b/mopidy_musicbox_webclient/static/js/library.js index 9ca8d926..2a27753b 100644 --- a/mopidy_musicbox_webclient/static/js/library.js +++ b/mopidy_musicbox_webclient/static/js/library.js @@ -131,7 +131,7 @@ // Artist results var child = '' - var template = '
  • {name}
  • ' + var template = '
  • {name}
  • ' var tokens for (i = 0; i < results.artists.length; i++) { @@ -155,7 +155,7 @@ // Album results child = '' - template = '
  • ' + template = '
  • ' template += '
    {albumName}
    ' template += '

    {artistName}

    ' template += '
  • '