rename data attr to ignorepgs in html

Co-Authored-By: sekkr1 <dekel.reches@pm.me>
pull/428/head
morpheus65535 5 years ago committed by GitHub
parent 885586ba70
commit f3b8f22b43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1193,7 +1193,7 @@
<label>Ignore embedded PGS subtitles</label>
</div>
<div class="one wide column">
<div id="settings_ignore_pgs" class="ui toggle checkbox" data-ignore={{settings.general.getboolean('ignore_pgs_subs')}}>
<div id="settings_ignore_pgs" class="ui toggle checkbox" data-ignorepgs={{settings.general.getboolean('ignore_pgs_subs')}}>
<input name="settings_general_ignore_pgs" type="checkbox">
<label></label>
</div>

Loading…
Cancel
Save