Merge pull request #1631 from razzfazz/hdhr_config_hw_transcode_dev

allow disabling of hardware transcoding on HDTC-2US (dev)
This commit is contained in:
Luke 2016-04-06 23:08:48 -04:00
commit 926cffa55f
3 changed files with 10 additions and 1 deletions

View file

@ -22,6 +22,11 @@
<paper-checkbox class="chkFavorite">${LabelImportOnlyFavoriteChannels}</paper-checkbox>
<div class="fieldDescription paperCheckboxFieldDescription">${ImportFavoriteChannelsHelp}</div>
</div>
<div>
<br />
<paper-checkbox class="chkTranscode">${LabelAllowHWTranscoding}</paper-checkbox>
<div class="fieldDescription paperCheckboxFieldDescription">${AllowHWTranscodingHelp}</div>
</div>
<br />
<p>${DrmChannelsNotImported}</p>
<br />
@ -36,4 +41,4 @@
</div>
</div>
</div>
</div>
</div>