From 7ef9e6d49f74480b8f39549b5f41618db12a8461 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Quelin?= Date: Mon, 5 Jan 2009 14:52:11 +0100 Subject: [PATCH] pod update --- lib/Audio/MPD/Playlist.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Audio/MPD/Playlist.pm b/lib/Audio/MPD/Playlist.pm index 33206ea..2cd1d78 100644 --- a/lib/Audio/MPD/Playlist.pm +++ b/lib/Audio/MPD/Playlist.pm @@ -307,7 +307,7 @@ songs in the current playlist. =item $pl->items_changed_since( $plversion ) Return a list with all the songs (as AMC::Item::Song objects) added to -the playlist since playlist $plversion. +the playlist since playlist C<$plversion>. =back @@ -325,8 +325,8 @@ current playlist. No return value. =item $pl->delete( $song [, $song [...] ] ) -Remove song number C<$song>s (starting from 0) from the current playlist. No -return value. +Remove the specified C<$song> numbers (starting from 0) from the current +playlist. No return value. =item $pl->deleteid( $songid [, $songid [...] ] ) @@ -342,7 +342,7 @@ Remove all the songs from the current playlist. No return value. =item $pl->crop() -Remove all of the songs from the current playlist *except* the +Remove all of the songs from the current playlist B the song currently playing. -- 2.11.4.GIT