From 24f94fc4e533a17bf0ae994752721f58f11f1f4b Mon Sep 17 00:00:00 2001 From: aditya-K2 Date: Sun, 17 Oct 2021 21:53:39 +0530 Subject: [PATCH] Minor Changes : Rename totalPath -> absolutePath --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index 32273a0..24d70b6 100644 --- a/client.go +++ b/client.go @@ -33,7 +33,7 @@ func Update(conn mpd.Client, f []FileNode, inputTable *tview.Table) { inputTable.Clear() for i, j := range f { if len(j.children) == 0 { - _songAttributes, err := conn.ListAllInfo(j.totalPath) + _songAttributes, err := conn.ListAllInfo(j.absolutePath) if err == nil && _songAttributes[0]["Title"] != "" { inputTable.SetCell(i, 0, tview.NewTableCell("[#fbff00]"+_songAttributes[0]["Title"]).