diff --git a/data/interfaces/default/edit_library.html b/data/interfaces/default/edit_library.html index 521b2ea0..f8c3863a 100644 --- a/data/interfaces/default/edit_library.html +++ b/data/interfaces/default/edit_library.html @@ -21,6 +21,7 @@ parent_count Returns the parent item count for the library. child_count Returns the child item count for the library. do_notify Returns bool value for whether to send notifications for the library. keep_history Returns bool value for whether to keep history for the library. +deleted_section Returns bool value for whether the library is marked as deleted. DOCUMENTATION :: END @@ -59,6 +60,12 @@ DOCUMENTATION :: END

DANGER ZONE! Click the purge button to remove all history logged for this library. This is permanent!

% endif + % if data['deleted_section']: +
+ +

Click to re-add the library to the Tautulli libraries list.

+
+ % endif % endif + % if data['deleted_user']: +
+ +

Click to re-add the user to the Tautulli users list.

+
+ % endif