1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-02-13 17:55:29 +00:00
This commit is contained in:
Louis Vézina 2020-05-20 21:00:53 -04:00
parent f159124ca8
commit bf11cd0949

View file

@ -678,7 +678,6 @@
})
{% endif %}
$('#settings-addic7ed-random_agents').prop('checked', {{'true' if settings.addic7ed.getboolean('random_agents') else 'false'}});
$('#settings-opensubtitles-vip').prop('checked', {{'true' if settings.opensubtitles.getboolean('vip') else 'false'}});
$('#settings-opensubtitles-ssl').prop('checked', {{'true' if settings.opensubtitles.getboolean('ssl') else 'false'}});
$('#settings-opensubtitles-skip_wrong_fps').prop('checked', {{'true' if settings.opensubtitles.getboolean('skip_wrong_fps') else 'false'}});