From 5b67fa10e9f08cec88ec7325827129826901759d Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Tue, 16 Oct 2007 12:11:02 +0000 Subject: [PATCH] [gitconv @ Commands.update: note that unreadable paths are ignored.] --- Network/MPD/Commands.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Network/MPD/Commands.hs b/Network/MPD/Commands.hs index e94dd0c..b49e972 100644 --- a/Network/MPD/Commands.hs +++ b/Network/MPD/Commands.hs @@ -227,6 +227,7 @@ outputs = liftM (map takeDevInfo . splitGroups . toAssoc) -- | Update the server's database. -- If no paths are given, all paths will be scanned. +-- Unreadable or non-existent paths are silently ignored. update :: [Path] -> MPD () update [] = getResponse_ "update" update [x] = getResponse_ ("update " ++ show x) -- 2.11.4.GIT