From c9f526cf5710b9143c5bb4700b2e1a0aecbeceba Mon Sep 17 00:00:00 2001 From: Michael Herger Date: Tue, 24 Sep 2024 16:51:50 +0200 Subject: [PATCH] Fix Sounds URL in 8.5, too. --- Slim/Plugin/Sounds/Plugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Slim/Plugin/Sounds/Plugin.pm b/Slim/Plugin/Sounds/Plugin.pm index f0376bfffc8..7095f0d7ad7 100644 --- a/Slim/Plugin/Sounds/Plugin.pm +++ b/Slim/Plugin/Sounds/Plugin.pm @@ -15,7 +15,7 @@ use Slim::Utils::Log; use Slim::Utils::Prefs; use Slim::Utils::Strings qw(string); -use constant BASE_URL => 'https://downloads.slimdevices.com/sounds'; +use constant BASE_URL => 'https://sounds.lms-community.org'; use constant BASE_AUDIO_PATH => 'plugins/sounds/audio/'; my $log = Slim::Utils::Log->addLogCategory({