From a99c8a63a6ec572592c7cd8de1baa18cbf2c3a61 Mon Sep 17 00:00:00 2001 From: Andy <128320003+joelhalen@users.noreply.github.com> Date: Wed, 7 May 2025 00:32:47 -0400 Subject: [PATCH] update droptracker (#7963) * Fix webhook list generation Load webhooks on plugin startup instead of the first time a send is attempted; to prevent latency * Increment versioning v3.82. --- plugins/droptracker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/droptracker b/plugins/droptracker index a0ac1dcb4..4ae4d2ce0 100644 --- a/plugins/droptracker +++ b/plugins/droptracker @@ -1,3 +1,3 @@ repository=https://github.com/joelhalen/droptracker-plugin.git -commit=9fbddd158934fa5e8d91c6e0db7cc1e2db1d3673 +commit=24819d73b29222eada26cbba4576884bda9b13c6 authors=joelhalen,OSRSKoeppy