diff --git a/data/interfaces/default/notifier_config.html b/data/interfaces/default/notifier_config.html index 671ff2f3..727dbdb2 100644 --- a/data/interfaces/default/notifier_config.html +++ b/data/interfaces/default/notifier_config.html @@ -49,7 +49,16 @@
${item['description'] | n}
@@ -693,6 +702,13 @@ var plexmobileapp_user_ids = $plexmobileapp_user_ids[0].selectize; plexmobileapp_user_ids.setValue(${json.dumps(next((c['value'] for c in notifier['config_options'] if c['name'] == 'plexmobileapp_user_ids'), [])) | n}); + % elif notifier['agent_name'] == 'scripts': + $("#scripts_script_folder_browse").click(function () { + var filter = $(this).data('filter'); + var target = $(this).data('target'); + openBrowsePath(null, null, filter, $("label[for='" + target.replace('#', '') + "']").text(), target); + }); + % endif function validateLogic() {