From ddcc2b874c8123ed7885463a045ba3e7ac01ffe5 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 8 Sep 2016 02:41:49 -0400 Subject: [PATCH] add option to save recordings as mkv --- .../bower_components/emby-webcomponents/prompt/prompt.js | 6 +----- dashboard-ui/livetvsettings.html | 6 ++++++ dashboard-ui/scripts/livetvsettings.js | 2 ++ dashboard-ui/strings/en-US.json | 5 +++-- 4 files changed, 12 insertions(+), 7 deletions(-) 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}
${FeatureRequiresEmbyPremiere}
+
+ +