diff --git a/src/Backend.php b/src/Backend.php index 2c3d2da..3127727 100644 --- a/src/Backend.php +++ b/src/Backend.php @@ -67,7 +67,7 @@ public function getActiveRadio($config){ return false; } $this->activeDevice = $act_device; - return new Radio($config[$act_device]['host'],$config[$act_device]['pin']); + return new FSAPI\Radio($config[$act_device]['host'],$config[$act_device]['pin']); } @@ -565,4 +565,4 @@ function refresh_list($list,&$stats){ -} \ No newline at end of file +}