Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Sep 14, 2024
1 parent cced6a3 commit 0825d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -7189,7 +7189,7 @@ function getDeviceName($returnIfEmptyUA = 'unknown')
}
} elseif (strpos($userAgent, 'silk') !== false) {
return 'firestick';
} elseif (preg_match('/X11; Linux x86_64.*Chrome/', $userAgent) !== false) {
} elseif (preg_match('/Mozilla.*X11; Linux x86_64.*Chrome/', $userAgent) !== false) {
return 'androidMobileDesktopMode';
} else {
return 'web';
Expand Down

0 comments on commit 0825d38

Please sign in to comment.