From 3de2418b493649570b3eaa46b09caab9c917e84b Mon Sep 17 00:00:00 2001 From: chme Date: Sun, 30 Dec 2018 09:06:53 +0100 Subject: [PATCH] [README] Add "database" event to push notification documentation --- README_JSON_API.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_JSON_API.md b/README_JSON_API.md index 3052b8de..0ba4f52b 100644 --- a/README_JSON_API.md +++ b/README_JSON_API.md @@ -1795,6 +1795,7 @@ will send a message each time one of the events occurred. | Type | Description | | --------------- | ----------------------------------------- | | update | Library update started or finished | +| database | Library database changed (new/modified/deleted tracks) | | outputs | An output was enabled or disabled | | player | Player state changes | | options | Playback option changes (shuffle, repeat, consume mode) |