Merge branch 'master' into search

This commit is contained in:
aditya-K2
2021-11-14 16:45:33 +05:30

View File

@@ -58,7 +58,6 @@ func (s *progressBar) updateTitle(r *Renderer) {
r.Send(_currentAttributes["file"]) r.Send(_currentAttributes["file"])
CurrentSong = song CurrentSong = song
} }
// fmt.Println(len(_currentAttributes))
} }
} }