mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
As self-hosted config option
This commit is contained in:
parent
b712874ed2
commit
15cc96a005
2 changed files with 42 additions and 24 deletions
|
@ -350,7 +350,7 @@
|
|||
}
|
||||
}); // apply cron with default options
|
||||
|
||||
var $incl_libraries = $('#recently_added_incl_libraries').selectize({
|
||||
var $incl_libraries = $('#newsletter_config_incl_libraries').selectize({
|
||||
plugins: ['remove_button'],
|
||||
maxItems: null,
|
||||
render: {
|
||||
|
@ -375,7 +375,7 @@
|
|||
}
|
||||
});
|
||||
var incl_libraries = $incl_libraries[0].selectize;
|
||||
incl_libraries.setValue(${json.dumps(next((c['value'] for c in newsletter['config_options'] if c['name'] == 'recently_added_incl_libraries'), [])) | n});
|
||||
incl_libraries.setValue(${json.dumps(next((c['value'] for c in newsletter['config_options'] if c['name'] == 'newsletter_config_incl_libraries'), [])) | n});
|
||||
|
||||
$('#email_notifier').change(function () {
|
||||
if ($(this).val() === "0") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue