issadarkthing / gomu

golang TUI music player
GNU General Public License v2.0
159 stars 15 forks source link

Fix playing bar sets to default when paused #39

Closed issadarkthing closed 3 years ago

issadarkthing commented 3 years ago

This is possible bug fix for the 9753753. Let me know if it works.

tramhao commented 3 years ago

The song title is working. The logic is a little different from before: Now when pause, the song title and progress bar/lyric will not disappear unless there is no song to play. If this is the intended action, this pr is all right. Thanks.