diff --git a/src/components/nowPlayingBar/nowPlayingBar.js b/src/components/nowPlayingBar/nowPlayingBar.js
index 3da64dac5e..cdeaea0cca 100644
--- a/src/components/nowPlayingBar/nowPlayingBar.js
+++ b/src/components/nowPlayingBar/nowPlayingBar.js
@@ -7,6 +7,7 @@ import { playbackManager } from '../playback/playbackmanager';
import nowPlayingHelper from '../playback/nowplayinghelper';
import { appHost } from '../apphost';
import dom from '../../scripts/dom';
+import globalize from 'scripts/globalize';
import itemContextMenu from '../itemContextMenu';
import '../../elements/emby-button/paper-icon-button-light';
import '../../elements/emby-ratingbutton/emby-ratingbutton';
@@ -59,13 +60,13 @@ function getNowPlayingBarHtml() {
// The onclicks are needed due to the return false above
html += '
';
- html += '';
+ html += ``;
- html += '';
+ html += ``;
- html += '';
+ html += ``;
if (!layoutManager.mobile) {
- html += '';
+ html += ``;
}
html += '';
@@ -73,25 +74,25 @@ function getNowPlayingBarHtml() {
html += '
';
- html += '';
+ html += ``;
html += '
';
html += '';
html += '
';
- html += '';
+ html += ``;
- html += '';
- html += '';
+ html += ``;
+ html += ``;
html += '
';
html += '
';
- html += '';
+ html += ``;
if (layoutManager.mobile) {
- html += '';
+ html += ``;
} else {
- html += '';
+ html += ``;
}
html += '