diff --git a/dashboard-ui/bower_components/emby-webcomponents/prompt/prompt.js b/dashboard-ui/bower_components/emby-webcomponents/prompt/prompt.js
index 58bd2c7486..fe532644a8 100644
--- a/dashboard-ui/bower_components/emby-webcomponents/prompt/prompt.js
+++ b/dashboard-ui/bower_components/emby-webcomponents/prompt/prompt.js
@@ -33,11 +33,7 @@ define(['dialogHelper', 'layoutManager', 'scrollHelper', 'globalize', 'require',
dialogHelper.close(dlg);
});
- if (options.title) {
- dlg.querySelector('.dialogContentTitle').innerHTML = options.title;
- } else {
- dlg.querySelector('.dialogContentTitle').classList.add('hide');
- }
+ dlg.querySelector('.dialogContentTitle').innerHTML = options.title || '';
if (options.description) {
dlg.querySelector('.fieldDescription').innerHTML = options.description;
diff --git a/dashboard-ui/livetvsettings.html b/dashboard-ui/livetvsettings.html
index 25bacc216a..ae11c8f938 100644
--- a/dashboard-ui/livetvsettings.html
+++ b/dashboard-ui/livetvsettings.html
@@ -71,6 +71,12 @@
${OptionConvertRecordingsToStreamingFormatHelp}
+
+
+