diff --git a/data/interfaces/default/edit_library.html b/data/interfaces/default/edit_library.html index 1615412c..521b2ea0 100644 --- a/data/interfaces/default/edit_library.html +++ b/data/interfaces/default/edit_library.html @@ -47,24 +47,12 @@ DOCUMENTATION :: END

Change the library's picture in Tautulli. To reset to default, leave this field empty and save.

-
- -

Uncheck this if you do not want to receive notifications for this library's activity.

-

Uncheck this if you do not want to keep any history on this library's activity.

-
- -

Uncheck this if you do not want to receive recently added notifications for this library.

-
% if data['section_id']:
@@ -85,15 +73,7 @@ DOCUMENTATION :: END // Save library options $("#save_library").on('click', function () { var custom_thumb = $("#custom_thumb_url").val(); - var do_notify = 0; - var do_notify_created = 0; var keep_history = 0; - if ($("#do_notify").is(":checked")) { - do_notify = 1; - } - if ($("#do_notify_created").is(":checked")) { - do_notify_created = 1; - } if ($("#keep_history").is(":checked")) { keep_history = 1; } @@ -103,8 +83,6 @@ DOCUMENTATION :: END data: { section_id: '${data["section_id"]}', custom_thumb: custom_thumb, - do_notify: do_notify, - do_notify_created: do_notify_created, keep_history: keep_history }, cache: false, diff --git a/data/interfaces/default/edit_user.html b/data/interfaces/default/edit_user.html index 4c456a05..f53a63ca 100644 --- a/data/interfaces/default/edit_user.html +++ b/data/interfaces/default/edit_user.html @@ -56,12 +56,6 @@ DOCUMENTATION :: END

Change the users profile picture in Tautulli. To reset to default, leave this field empty and save.

-
- -

Uncheck this if you do not want to receive notifications for this user's activity.

-