';
html += '
';
@@ -1380,7 +1380,7 @@ $(document).on('pageshow', "#dashboardPage", DashboardPage.onPageShow).on('pageb
if (!pluginSecurityInfo.IsMBSupporter && AppInfo.enableSupporterMembership) {
- var html = '
';
+ var html = '
';
$('.content-primary', page).append(html);
}
diff --git a/dashboard-ui/scripts/dlnasettings.js b/dashboard-ui/scripts/dlnasettings.js
index 4001b825ac..2c16905cd2 100644
--- a/dashboard-ui/scripts/dlnasettings.js
+++ b/dashboard-ui/scripts/dlnasettings.js
@@ -3,7 +3,7 @@
function loadPage(page, config) {
page.querySelector('#chkEnablePlayTo').checked = config.EnablePlayTo;
- page.querySelector('#chkEnableDlnaDebugLogging').checked = config.EnableDebugLogging;
+ page.querySelector('#chkEnableDlnaDebugLogging').checked = config.EnableDebugLog;
$('#txtClientDiscoveryInterval', page).val(config.ClientDiscoveryIntervalSeconds);
@@ -19,7 +19,7 @@
ApiClient.getNamedConfiguration("dlna").then(function (config) {
config.EnablePlayTo = form.querySelector('#chkEnablePlayTo').checked;
- config.EnableDebugLogging = form.querySelector('#chkEnableDlnaDebugLogging').checked;
+ config.EnableDebugLog = form.querySelector('#chkEnableDlnaDebugLogging').checked;
config.ClientDiscoveryIntervalSeconds = $('#txtClientDiscoveryInterval', form).val();
diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js
index 9cdb401261..8c4362e864 100644
--- a/dashboard-ui/scripts/librarybrowser.js
+++ b/dashboard-ui/scripts/librarybrowser.js
@@ -2864,7 +2864,7 @@
}).join('');
// Add styles to defeat jquery mobile
- html += '
';
+ html += '
';
}
}
diff --git a/dashboard-ui/scripts/medialibrarypage.js b/dashboard-ui/scripts/medialibrarypage.js
index c2da39645c..3a1217912e 100644
--- a/dashboard-ui/scripts/medialibrarypage.js
+++ b/dashboard-ui/scripts/medialibrarypage.js
@@ -313,7 +313,7 @@
html += "
";
if (!imgUrl && virtualFolder.showNameWithIcon) {
- html += '