From c09e9519507c61bcb6da6f478ed3807b08d87f19 Mon Sep 17 00:00:00 2001 From: SoaresPT Date: Sat, 14 Dec 2024 06:56:51 +0200 Subject: [PATCH] update clue-scroll-notifier (#7113) * Create clue-scroll-notifier * Update clue-scroll-notifier * feat: Replace external sound download with local resource usage for clue notifications - Updated ClueScrollNotifierPlugin to remove external download logic and rely on local sound resources. - Modified FileManager to use getResourceAsStream() to load the clue.wav sound file directly from the classpath. - Refactored SoundEngine to handle sound playback using local resource * Update clue-scroll-notifier * Update clue-scroll-notifier Plugins are now packed inside the resources folder instead of being grabbed from remote --- plugins/clue-scroll-notifier | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/clue-scroll-notifier b/plugins/clue-scroll-notifier index fdabcfd83..44abb6224 100644 --- a/plugins/clue-scroll-notifier +++ b/plugins/clue-scroll-notifier @@ -1,2 +1,2 @@ repository=https://github.com/SoaresPT/clue-scroll-notifier.git -commit=956c35eaefdfdf116dec5a58998e106112a7e5b5 +commit=1681169c8b2a7cb748a8f9a483e3c1f4486e2462