X-Git-Url: https://git.rvb.name/mpd-web.git/blobdiff_plain/e05325ceb8b812fc40b7c3475c59602dde9efdae..2960e74781dd44518c88c276e8eea4aec245795b:/system/mpd_class.php

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'];