Skip to content

Commit

Permalink
Add SqueezeClient to list of clients supporting web links
Browse files Browse the repository at this point in the history
Fixes #1299
  • Loading branch information
maniac103 authored and michaelherger committed Jan 16, 2025
1 parent 468d2cb commit 33d0c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slim/Utils/Misc.pm
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ my $scannerlog = logger('scan.scanner');
my $ospathslog = logger('os.paths');
my $osfileslog = logger('os.files');

my $WEBLINK_SUPPORTED_UA_RE = qr/\b(?:iPeng|SqueezePad|OrangeSqueeze|Squeeze-Control|Squeezer|OpenSqueeze)\b/i;
my $WEBLINK_SUPPORTED_UA_RE = qr/\b(?:iPeng|SqueezePad|OrangeSqueeze|Squeeze-Control|Squeezer|OpenSqueeze|SqueezeClient)\b/i;
my $WEBBROWSER_UA_RE = qr/\b(?:FireFox|Chrome|Safari|Mozilla)\b/i;

my $canFollowAlias = 0;
Expand Down

0 comments on commit 33d0c98

Please sign in to comment.