diff --git a/src/components/favoriteitems.js b/src/components/favoriteitems.js
index cb1b61c43f..46a415b042 100644
--- a/src/components/favoriteitems.js
+++ b/src/components/favoriteitems.js
@@ -141,7 +141,7 @@ import '../elements/emby-itemscontainer/emby-itemscontainer';
if (result.Items.length) {
if (html += '
', !layoutManager.tv && options.Limit && result.Items.length >= options.Limit) {
- html += '
';
+ html += '';
html += '';
html += globalize.translate(section.name);
html += '
';
diff --git a/src/components/remotecontrol/remotecontrol.js b/src/components/remotecontrol/remotecontrol.js
index 3ed0444651..dec95a470c 100644
--- a/src/components/remotecontrol/remotecontrol.js
+++ b/src/components/remotecontrol/remotecontrol.js
@@ -147,7 +147,7 @@ function updateNowPlayingInfo(context, state, serverId) {
for (const artist of item.ArtistItems) {
const artistName = artist.Name;
const artistId = artist.Id;
- artistsSeries += `${artistName}`;
+ artistsSeries += `
${artistName}`;
if (artist !== item.ArtistItems.slice(-1)[0]) {
artistsSeries += ', ';
}
@@ -165,7 +165,7 @@ function updateNowPlayingInfo(context, state, serverId) {
}
}
if (item.Album != null) {
- albumName = '
` + item.Album + '';
+ albumName = '
` + item.Album + '';
}
context.querySelector('.nowPlayingAlbum').innerHTML = albumName;
context.querySelector('.nowPlayingArtist').innerHTML = artistsSeries;
@@ -173,12 +173,12 @@ function updateNowPlayingInfo(context, state, serverId) {
} else if (item.Type == 'Episode') {
if (item.SeasonName != null) {
const seasonName = item.SeasonName;
- context.querySelector('.nowPlayingSeason').innerHTML = '
${seasonName}`;
+ context.querySelector('.nowPlayingSeason').innerHTML = '
${seasonName}`;
}
if (item.SeriesName != null) {
const seriesName = item.SeriesName;
if (item.SeriesId != null) {
- context.querySelector('.nowPlayingSerie').innerHTML = '
${seriesName}`;
+ context.querySelector('.nowPlayingSerie').innerHTML = '
${seriesName}`;
} else {
context.querySelector('.nowPlayingSerie').innerHTML = seriesName;
}
diff --git a/src/controllers/dashboard/dashboard.html b/src/controllers/dashboard/dashboard.html
index 83d30495e5..9b177e3f34 100644
--- a/src/controllers/dashboard/dashboard.html
+++ b/src/controllers/dashboard/dashboard.html
@@ -3,7 +3,7 @@
-
+
${HeaderActiveDevices}
@@ -46,7 +46,7 @@
-
+
${HeaderPaths}
diff --git a/src/controllers/dashboard/devices/devices.js b/src/controllers/dashboard/devices/devices.js
index e1eb99e677..63d2a7645e 100644
--- a/src/controllers/dashboard/devices/devices.js
+++ b/src/controllers/dashboard/devices/devices.js
@@ -96,7 +96,7 @@ import confirm from '../../../components/confirm/confirm';
deviceHtml += '