Skip to content

Commit

Permalink
Merge pull request #1301 from maniac103/weblink-ua
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelherger authored Jan 16, 2025
2 parents cb5b8e4 + 2e6c3db commit e251e67
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 e251e67

Please sign in to comment.