Added Artist, Album fields to FileNode

This commit is contained in:
aditya-K2
2022-10-08 02:51:22 +05:30
parent b53e051694
commit fb2e2a831e
3 changed files with 13 additions and 15 deletions

View File

@@ -338,9 +338,8 @@ func main() {
})
go func() {
drawFunc := func() {}
for {
ui.Ui.App.QueueUpdateDraw(drawFunc)
ui.Ui.App.Draw()
time.Sleep(time.Second)
}
}()