Skip to content

Commit

Permalink
use facebook notebook detection earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Aug 11, 2020
1 parent bf932a6 commit 7909817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeviceDetector.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,12 @@ public function __construct($userAgent = '')
$this->addClientParser('Library');

$this->addDeviceParser('HbbTv');
$this->addDeviceParser('Notebook');
$this->addDeviceParser('Console');
$this->addDeviceParser('CarBrowser');
$this->addDeviceParser('Camera');
$this->addDeviceParser('PortableMediaPlayer');
$this->addDeviceParser('Mobile');
$this->addDeviceParser('Notebook');

$this->addBotParser(new Bot());
}
Expand Down

0 comments on commit 7909817

Please sign in to comment.