diff --git a/dashboard-ui/dlnaprofile.html b/dashboard-ui/dlnaprofile.html index b698d37f3..999080b6d 100644 --- a/dashboard-ui/dlnaprofile.html +++ b/dashboard-ui/dlnaprofile.html @@ -96,7 +96,7 @@
  • -
    PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Default is JPEG_SM. Some clients require a specific value, regardless of the size of the image.
    +
    PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some clients require a specific value, regardless of the size of the image.
  • diff --git a/dashboard-ui/scripts/mediacontroller.js b/dashboard-ui/scripts/mediacontroller.js index 1f79b4e4d..3e40b2837 100644 --- a/dashboard-ui/scripts/mediacontroller.js +++ b/dashboard-ui/scripts/mediacontroller.js @@ -373,7 +373,7 @@ html += '

    All plays will be sent to the selected player.

    '; checkedHtml = enableMirrorMode ? ' checked="checked"' : ''; - html += '
    '; + html += '
    '; html += '';