Skip to content

Commit

Permalink
Add current working directory to paths to search for go-chromecast
Browse files Browse the repository at this point in the history
  • Loading branch information
willemstuursma committed Sep 13, 2022
1 parent 5f1a9b5 commit 83fdd23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ChromeCastConnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public function __construct()
$executableFinder = new ExecutableFinder();
$this->goChromecastPath = $executableFinder->find('go-chromecast', null, [
dirname(__DIR__),
getcwd(),
]);

if ($this->goChromecastPath === null) {
Expand Down

0 comments on commit 83fdd23

Please sign in to comment.