mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-23 14:26:02 +08:00
rename data attr to ignorepgs in html
Co-Authored-By: sekkr1 <dekel.reches@pm.me>
This commit is contained in:
parent
885586ba70
commit
f3b8f22b43
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue