Skip to content

Commit c9f526c

Browse files
committed
Fix Sounds URL in 8.5, too.
1 parent ff83b6f commit c9f526c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Slim/Plugin/Sounds/Plugin.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use Slim::Utils::Log;
1515
use Slim::Utils::Prefs;
1616
use Slim::Utils::Strings qw(string);
1717

18-
use constant BASE_URL => 'https://downloads.slimdevices.com/sounds';
18+
use constant BASE_URL => 'https://sounds.lms-community.org';
1919
use constant BASE_AUDIO_PATH => 'plugins/sounds/audio/';
2020

2121
my $log = Slim::Utils::Log->addLogCategory({

0 commit comments

Comments
 (0)