update tuner selection

This commit is contained in:
Luke Pulverenti 2016-03-14 15:02:34 -04:00
parent fdf99303a1
commit f86dabe945
2 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@
<select id="selectListing" data-mini="true" required="required"></select>
</div>
<div>
<br /><br />
<br />
<paper-checkbox class="chkAllTuners">${OptionEnableForAllTuners}</paper-checkbox>
<div class="selectTunersSection hide">
<br /><br />

View File

@ -2429,6 +2429,6 @@
"OptionEnableAnonymousUsageReporting": "Enable anonymous usage reporting",
"OptionEnableAnonymousUsageReportingHelp": "Allow Emby to collect anonymous data such as installed plugins, the version numbers of your Emby apps, etc. This information is only used for the purpose of improving the software.",
"LabelFileOrUrl": "File or url:",
"OptionEnableForAllTuners": "Enable for all tuners",
"HeaderTuners": "Tuners"
"OptionEnableForAllTuners": "Enable for all tuner devices",
"HeaderSelectTuners": "SelectTuners"
}