From 5ae3f86d2ea159cda15267fa58ecd2f18199ad53 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 21 Apr 2014 12:02:30 -0400 Subject: [PATCH] support sending upnp events --- dashboard-ui/dlnaprofile.html | 2 +- dashboard-ui/scripts/mediacontroller.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard-ui/dlnaprofile.html b/dashboard-ui/dlnaprofile.html index b698d37f3b..999080b6d5 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 1f79b4e4d0..3e40b28379 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 += '';