Compare commits

..

No commits in common. "840c69767c6eea61e69343546ecdadae70b9afad" and "333049de013f2fcf5d28d45ccd7f5de4bc85422f" have entirely different histories.

2 changed files with 0 additions and 13 deletions

11
NEWS
View File

@ -1,14 +1,3 @@
x.x.x (xxxx-xx-xx)
* Added ability to control the volume of MPD's current PulseAudio sink
* Now fetching Internet stream information asynchronously
* Added rudimentary incremental search, normally bound to C-s, in all tabs
* Fixed jumping to the beginning of the queue after deleting items
1.1.1 (2021-11-04)
* Terminal focus in/out events no longer ring the terminall bell

View File

@ -2089,8 +2089,6 @@ app_write_mpd_status (struct row_buffer *buf)
row_buffer_append (buf, msg, APP_ATTR (HIGHLIGHT));
free (msg);
}
else if (g.poller_curl.registered)
row_buffer_append (buf, "Downloading...", APP_ATTR (NORMAL));
else if (str_map_find (map, "updating_db"))
row_buffer_append (buf, "Updating database...", APP_ATTR (NORMAL));
else