Example #1
0
 public function stopPlaylist($device)
 {
     Logger::debug(__METHOD__, self::$logfile);
     $playlist = new Playlist($device);
     $playlist->stop();
 }