Skip to content

Commit

Permalink
Merge pull request #4 from HansLe/patch-1
Browse files Browse the repository at this point in the history
Update sonos.php
  • Loading branch information
ThomasTr committed Jan 20, 2016
2 parents 309f5a8 + 404468c commit 52fc04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonos.php
Expand Up @@ -348,7 +348,7 @@ protected function _actionSendMessage()

// set AVT to message
$this->_PHPSonos->SetVolume($volume);
$this->_PHPSonos->SetAVTransportURI('x-file-cifs:' . $this->_config['messagePath'] . $messageId . '.mp3');
$this->_PHPSonos->SetAVTransportURI($this->_config['messagePath'] . $messageId . '.mp3');
$this->_PHPSonos->Play();

// wait until message is done
Expand Down

0 comments on commit 52fc04c

Please sign in to comment.