browser: redraw header after locating song immediately

This commit is contained in:
Andrzej Rybczak
2012-09-10 23:53:01 +02:00
parent fe0d088faa
commit c8d83b9223

View File

@@ -388,6 +388,7 @@ void Browser::LocateSong(const MPD::Song &s)
break;
}
}
DrawHeader();
}
void Browser::GetDirectory(std::string dir, std::string subdir)