From 873b23d6ffcab6ae9b9ce6fe37f743d7e4ab0974 Mon Sep 17 00:00:00 2001 From: crobibero Date: Thu, 8 Apr 2021 18:24:20 -0600 Subject: [PATCH] Add user filter per webhook --- .../Configuration/Web/config.html | 12 +++++ .../Configuration/Web/config.js | 52 +++++++++++++++++-- .../Destinations/BaseOption.cs | 5 ++ .../Destinations/Discord/DiscordClient.cs | 11 ++++ .../Destinations/Generic/GenericClient.cs | 11 ++++ .../Destinations/Gotify/GotifyClient.cs | 11 ++++ .../Pushbullet/PushbulletClient.cs | 14 ++++- .../Destinations/Pushover/PushoverClient.cs | 11 ++++ .../Destinations/Slack/SlackClient.cs | 11 ++++ .../Destinations/Smtp/SmtpClient.cs | 11 ++++ 10 files changed, 143 insertions(+), 6 deletions(-) diff --git a/Jellyfin.Plugin.Webhook/Configuration/Web/config.html b/Jellyfin.Plugin.Webhook/Configuration/Web/config.html index 348f3ff..ff20c40 100644 --- a/Jellyfin.Plugin.Webhook/Configuration/Web/config.html +++ b/Jellyfin.Plugin.Webhook/Configuration/Web/config.html @@ -53,6 +53,13 @@ + +