diff --git a/src/status.cpp b/src/status.cpp index b7915cad..f5db1a77 100644 --- a/src/status.cpp +++ b/src/status.cpp @@ -307,6 +307,7 @@ void NcmpcppStatusChanged(Connection *Mpd, StatusChanges changed, void *) } case psPlay: { + WindowTitle(utf_to_locale_cpy(np.toString(Config.song_window_title_format))); player_state = "Playing: "; Playlist::ReloadRemaining = 1; changed.ElapsedTime = 1;