summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
bf0211c)
Maybe address the issue where widget becomes unresponsive when the
playlist is emptied.
}
function widget:update_widget()
}
function widget:update_widget()
+ if not self._currentsong then
+ self._textbox.text = ""
+ return
+ end
local text = ""
local artist = self._currentsong.artist
local title = self._currentsong.title
local text = ""
local artist = self._currentsong.artist
local title = self._currentsong.title