1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update recording creation

This commit is contained in:
Luke Pulverenti 2016-02-12 13:29:28 -05:00
parent 31bb32ee03
commit 9eb9226941
4 changed files with 10 additions and 5 deletions

View file

@ -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();
}

View file

@ -45,8 +45,8 @@
</div>
</div>
</div>
<br />
<div>
<div class="convertRecordingsContainer hide">
<br />
<paper-checkbox id="chkConvertRecordings">${OptionConvertRecordingsToStreamingFormat}</paper-checkbox>
<div class="fieldDescription paperCheckboxFieldDescription">${OptionConvertRecordingsToStreamingFormatHelp}</div>
<div class="fieldDescription paperCheckboxFieldDescription hide btnSupporter"><a href="http://emby.media/premiere" target="_blank">${ButtonLearnMore}</a></div>