// Get the Playlist\r
$plStr = $this->SendCommand(MPD_CMD_PLLIST);\r
$this->playlist = $this->_parseFileListResponse($plStr);\r
- $this->playlist_count = count($this->playlist);\r
+ $this->playlist_count = count($this->playlist);\r
\r
// Set Misc Other Variables\r
$this->state = $status['state'];\r