diff --git a/dashboard-ui/dlnaprofile.html b/dashboard-ui/dlnaprofile.html index 36c8877700..3936921353 100644 --- a/dashboard-ui/dlnaprofile.html +++ b/dashboard-ui/dlnaprofile.html @@ -60,7 +60,7 @@
  • -
    Some devices prefer this method for obtaining album art. Other devices may fail to play with this option enabled.
    +
    Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.
  • diff --git a/dashboard-ui/scripts/dlnaprofile.js b/dashboard-ui/scripts/dlnaprofile.js index 70841a56a0..8ad0194575 100644 --- a/dashboard-ui/scripts/dlnaprofile.js +++ b/dashboard-ui/scripts/dlnaprofile.js @@ -146,6 +146,7 @@ html += '
  • '; html += ''; + html += '

    Protocol: ' + (profile.Protocol || 'Http') + '

    '; html += '

    Container: ' + (profile.Container || 'All') + '

    '; if (profile.Type == 'Video') {