From: Brandon Bowlby Date: Fri, 2 Mar 2012 01:34:18 +0000 (-0600) Subject: don't report bug if mpd is updating its database X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f755552fdb3d5a80ed41cbff307ebf8b79b262b3;p=awesompd.git don't report bug if mpd is updating its database --- 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