From ad55f26545292e0dc2ffc66a43f8bd3b74eb32bc Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 30 Apr 2018 09:48:54 +0000 Subject: fixed duration formatting git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7938 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlisttrack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qmmpui/playlisttrack.cpp') diff --git a/src/qmmpui/playlisttrack.cpp b/src/qmmpui/playlisttrack.cpp index d182e9945..76b12f65c 100644 --- a/src/qmmpui/playlisttrack.cpp +++ b/src/qmmpui/playlisttrack.cpp @@ -228,7 +228,7 @@ const QString PlayListTrack::formattedLength() { if(m_length > 0 && m_formattedLength.isEmpty()) { - m_formattedLength = MetaDataFormatter::formatLength(m_length); + m_formattedLength = MetaDataFormatter::formatDuration(m_length); } else if(m_length == 0) m_formattedLength.clear(); -- cgit v1.2.3-13-gbd6f