% 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,