diff --git a/dashboard-ui/components/recordingcreator/recordingcreator.js b/dashboard-ui/components/recordingcreator/recordingcreator.js
index 2cecb5be9..72729b4e4 100644
--- a/dashboard-ui/components/recordingcreator/recordingcreator.js
+++ b/dashboard-ui/components/recordingcreator/recordingcreator.js
@@ -242,7 +242,6 @@
var day = daysOfWeek[i];
$('#chk' + day, page).checked(days.indexOf(day) != -1);
-
}
}
@@ -273,6 +272,12 @@
selectDays(context, defaultTimer.Days);
+ if (program.ServiceName == 'Emby') {
+ context.querySelector('.convertRecordingsContainer').classList.remove('hide');
+ } else {
+ context.querySelector('.convertRecordingsContainer').classList.add('hide');
+ }
+
Dashboard.hideLoadingMsg();
}
diff --git a/dashboard-ui/components/recordingcreator/recordingcreator.template.html b/dashboard-ui/components/recordingcreator/recordingcreator.template.html
index 3ba4a3527..eae7bf23e 100644
--- a/dashboard-ui/components/recordingcreator/recordingcreator.template.html
+++ b/dashboard-ui/components/recordingcreator/recordingcreator.template.html
@@ -45,8 +45,8 @@
-
-