diff --git a/src/components/upnextdialog/upnextdialog.js b/src/components/upnextdialog/upnextdialog.js
index 2a37fcbe4..bfb3ca18c 100644
--- a/src/components/upnextdialog/upnextdialog.js
+++ b/src/components/upnextdialog/upnextdialog.js
@@ -69,9 +69,9 @@ import '../../styles/flexstyles.scss';
const elem = instance.options.parent;
elem.querySelector('.upNextDialog-mediainfo').innerHTML = mediaInfo.getPrimaryMediaInfoHtml(item, {
- criticRating: false,
+ criticRating: true,
originalAirDate: false,
- starRating: false,
+ starRating: true,
subtitles: false
});
diff --git a/src/controllers/playback/video/index.html b/src/controllers/playback/video/index.html
index 002a81831..ca49f872c 100644
--- a/src/controllers/playback/video/index.html
+++ b/src/controllers/playback/video/index.html
@@ -65,6 +65,9 @@
+
+
+