Skip to content

Commit

Permalink
Fix download URL for firmwares. Temporarily.
Browse files Browse the repository at this point in the history
  • Loading branch information
mherger committed Apr 5, 2024
1 parent e08b968 commit 09b9ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slim/Utils/Firmware.pm
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ my $dir;
my $updatesDir;

# Download location and check interval - this isn't a constant to allow 3rd party plugins to re-use the mechanism (eg. for the community firmware)
sub BASE { 'http://update.slimdevices.com/update/firmware/' }
sub BASE { 'http://downloads.slimdevices.com/update/firmware/' }
sub CHECK_INTERVAL { 86400 * 30 }

# Check interval when firmware can't be downloaded
Expand Down

0 comments on commit 09b9ee4

Please sign in to comment.