status: restore commented out piece of code
This commit is contained in:
@@ -223,9 +223,9 @@ void NcmpcppStatusChanged(MPD::Connection *, MPD::StatusChanges changed, void *)
|
|||||||
|
|
||||||
if (changed.Playlist)
|
if (changed.Playlist)
|
||||||
{
|
{
|
||||||
//np = Mpd.GetCurrentlyPlayingSong();
|
np = Mpd.GetCurrentlyPlayingSong();
|
||||||
//if (!np.empty())
|
if (!np.empty())
|
||||||
// WindowTitle(np.toString(Config.song_window_title_format));
|
WindowTitle(np.toString(Config.song_window_title_format));
|
||||||
|
|
||||||
myPlaylist->Items->clearSearchResults();
|
myPlaylist->Items->clearSearchResults();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user