From d057f8d99068633dfe7b8a8cae6e02760afd6043 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 20 Aug 2013 16:33:50 +0000 Subject: fixed Russian translation, fixed default group format git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3630 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/metadataformatter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qmmpui/metadataformatter.cpp') diff --git a/src/qmmpui/metadataformatter.cpp b/src/qmmpui/metadataformatter.cpp index a5471dd1a..d9699edb9 100644 --- a/src/qmmpui/metadataformatter.cpp +++ b/src/qmmpui/metadataformatter.cpp @@ -78,7 +78,7 @@ QString MetaDataFormatter::parse(const QMap &metaData, title = processIfKeyWord(title); title.replace("%28", "("); title.replace("%29", ")"); - return title; + return title.trimmed(); } QString MetaDataFormatter::formatLength(qint64 length) const -- cgit v1.2.3-13-gbd6f