From f755552fdb3d5a80ed41cbff307ebf8b79b262b3 Mon Sep 17 00:00:00 2001 From: Brandon Bowlby Date: Thu, 1 Mar 2012 19:34:18 -0600 Subject: don't report bug if mpd is updating its database --- awesompd.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesompd.lua b/awesompd.lua index 9a17d97..a9e38a6 100644 --- a/awesompd.lua +++ b/awesompd.lua @@ -909,7 +909,7 @@ function awesompd:update_track(file) self.recreate_menu = true self:update_widget_text() end - if string.find(track_line,"volume:") then + if string.find(track_line,"volume:") or string.find(track_line,"Updating DB") then if self.status ~= awesompd.STOPPED then self.status = awesompd.STOPPED self.current_number = 0 -- cgit v1.2.3