From bd4c6e4eed5763cd5abddabc2f839cd76ffb2504 Mon Sep 17 00:00:00 2001 From: tailor Date: Sat, 25 Aug 2007 07:52:30 +0000 Subject: [PATCH] [gitconv @ MPD.listplaylist: layout tweak.] --- MPD.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MPD.hs b/MPD.hs index 56b153d..c00ce87 100644 --- a/MPD.hs +++ b/MPD.hs @@ -378,8 +378,7 @@ listplaylistinfo = liftM takeSongs . getResponse . -- | Retrieve a list of files in a given playlist. listplaylist :: String -> MPD [String] -listplaylist = liftM takeValues . getResponse . - ("listplaylist " ++) . show +listplaylist = liftM takeValues . getResponse . ("listplaylist " ++) . show -- | Retrieve file paths and positions of songs in the current playlist. -- Note that this command is only included for completeness sake; it's -- 2.11.4.GIT