diff --git a/API.md b/API.md index 799f4dee..8164bd97 100644 --- a/API.md +++ b/API.md @@ -278,6 +278,10 @@ Returns: ``` +### delete_recently_added +Flush out all of the recently added items in the database. + + ### delete_temp_sessions Flush out all of the temporary sessions in the database. diff --git a/data/interfaces/default/settings.html b/data/interfaces/default/settings.html index 7e761534..31628c26 100644 --- a/data/interfaces/default/settings.html +++ b/data/interfaces/default/settings.html @@ -998,6 +998,20 @@

Set the delay (in seconds) to wait for consecutive recently added items to group together and to allow metadata to be processed before sending the notification. Minimum 60 seconds.

+
+ +

+ Attempt to fix recently added notifications by flushing out all of the recently added items in the database.
+ Warning: This will reset all recently added notifications. For emergency use only when recently added notifications are stuck! +

+
+
+
+ +
+
+
+