add open subtitle option to only download subtitles that are a perfect match

This commit is contained in:
Luke Pulverenti 2016-04-07 00:09:32 -04:00
parent 926cffa55f
commit 0fd15ae405
4 changed files with 13 additions and 4 deletions

View file

@ -24,6 +24,9 @@
<br /><br />
<ul data-role="listview" class="ulForm">
<li>
<paper-checkbox id="chkRequirePerfectMatch">${OptionRequirePerfectSubtitleMatch}</paper-checkbox>
</li>
<li>
<paper-checkbox id="chkSkipIfAudioTrackPresent">${LabelSkipIfAudioTrackPresent}</paper-checkbox>
<div class="fieldDescription paperCheckboxFieldDescription">${LabelSkipIfAudioTrackPresentHelp}</div>