From 45d7a9e63e27e8ab89000db29d4d4f85273ee7a7 Mon Sep 17 00:00:00 2001 From: Justin Bassett Date: Mon, 18 Nov 2019 14:34:10 -0500 Subject: [PATCH] Webhook, not webhooks. --- custom_components/plex_webhooks/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/plex_webhooks/manifest.json b/custom_components/plex_webhooks/manifest.json index 66abfbb..ff50491 100644 --- a/custom_components/plex_webhooks/manifest.json +++ b/custom_components/plex_webhooks/manifest.json @@ -3,7 +3,7 @@ "name": "Plex Webhooks", "documentation": "https://github.com/JBassett/plex_webhooks", "dependencies": [ - "webhooks" + "webhook" ], "codeowners": [ "@JBassett"