fix handling playlist highlight

This commit is contained in:
Andrzej Rybczak
2012-09-18 18:26:50 +02:00
parent 88a279119e
commit 4ff78d6304
3 changed files with 4 additions and 5 deletions

View File

@@ -256,7 +256,7 @@ void Playlist::EnableHighlighting()
void Playlist::UpdateTimer()
{
itsTimer = Global::Timer;
std::time(&itsTimer);
}
std::string Playlist::TotalLength()