Skip to content

Commit

Permalink
Fix Sounds URL in 8.5, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelherger committed Sep 24, 2024
1 parent ff83b6f commit c9f526c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slim/Plugin/Sounds/Plugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit c9f526c

Please sign in to comment.