+ /* PLDel() \r
+ * \r
+ * Deletes playlist <file>.m3u in the MPD playlist directory.\r
+ */\r
+ function PLDel($file) {\r
+ if ( $this->debugging ) echo "mpd->PLDel()\n";\r
+ $resp = $this->SendCommand(MPD_CMD_DELLIST,$file);\r
+ if ( $this->debugging ) echo "mpd->PLDel() / return\n";\r
+ return $resp;\r
+ }\r
+\r