diff --git a/data/interfaces/default/libraries.html b/data/interfaces/default/libraries.html index abc68edf..d138a4aa 100644 --- a/data/interfaces/default/libraries.html +++ b/data/interfaces/default/libraries.html @@ -20,16 +20,10 @@ Edit mode   - % if config['update_section_ids'] == -1: -
- -
- % else:
% endif - % endif
@@ -186,14 +180,6 @@ % if _session['user_group'] == 'admin': $("#refresh-libraries-list").click(function () { - if ("${config['update_section_ids']}" == "1") { - $('#update_section_ids_message').html( - ' Tautulli is updating library IDs in the database. This could take a few minutes to hours depending on the size of your database.' + - '
' + - 'You may leave this page and come back later.'); - $(this).prop('disabled', true); - } - $.ajax({ url: 'refresh_libraries_list', cache: false,