X-Git-Url: https://git.rvb.name/mpd-web.git/blobdiff_plain/e05325ceb8b812fc40b7c3475c59602dde9efdae..1f9cd46f82e950d6849000bb2cd64b51cfa99ffb:/system/mpd_class.php?ds=inline diff --git a/system/mpd_class.php b/system/mpd_class.php index 8ffddcd..6f9f1ac 100644 --- a/system/mpd_class.php +++ b/system/mpd_class.php @@ -852,7 +852,7 @@ class mpd { // Get the Playlist $plStr = $this->SendCommand(MPD_CMD_PLLIST); $this->playlist = $this->_parseFileListResponse($plStr); - $this->playlist_count = count($this->playlist); + $this->playlist_count = count($this->playlist); // Set Misc Other Variables $this->state = $status['state'];