support for columns view in playlist
This commit is contained in:
@@ -87,7 +87,7 @@ string Song::GetLength() const
|
||||
std::stringstream ss;
|
||||
|
||||
if (!GetTotalLength())
|
||||
return "unknown";
|
||||
return "-:--";
|
||||
|
||||
ss << itsMinutesLength << ":";
|
||||
if (!itsSecondsLength)
|
||||
|
||||
Reference in New Issue
Block a user