aboutsummaryrefslogtreecommitdiff
path: root/awesompd.lua
diff options
context:
space:
mode:
Diffstat (limited to 'awesompd.lua')
-rw-r--r--awesompd.lua2
1 files changed, 1 insertions, 1 deletions
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