Merge tag 'release-0.18.6'

This commit is contained in:
Max Kellermann
2013-12-24 12:20:24 +01:00
6 changed files with 21 additions and 8 deletions

View File

@@ -1080,8 +1080,11 @@ Player::Run()
delete cross_fade_tag;
if (song != nullptr)
if (song != nullptr) {
const auto uri = song->GetURI();
FormatDefault(player_domain, "played \"%s\"", uri.c_str());
song->Free();
}
pc.Lock();