aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-08-07 20:38:20 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-08-07 20:38:20 +0000
commit83e4c9707deade4d6b099d059a0518d8c28b0503 (patch)
treed8297dc7588797ab05a495a1c486307df7c3936e /src/qmmpui
parent967946a0a567bf3b763fb559459f43250d013567 (diff)
downloadqmmp-83e4c9707deade4d6b099d059a0518d8c28b0503.tar.gz
qmmp-83e4c9707deade4d6b099d059a0518d8c28b0503.tar.bz2
qmmp-83e4c9707deade4d6b099d059a0518d8c28b0503.zip
fixed title format
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1113 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui')
-rw-r--r--src/qmmpui/playlistitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/playlistitem.cpp b/src/qmmpui/playlistitem.cpp
index bacd3f803..3188c89fb 100644
--- a/src/qmmpui/playlistitem.cpp
+++ b/src/qmmpui/playlistitem.cpp
@@ -121,7 +121,7 @@ void PlayListItem::readMetadata()
m_title = printTag(m_title, "%D", discNumber());
m_title = printTag(m_title, "%f", url().section('/',-1));
m_title = printTag(m_title, "%F", url());
- m_title = printTag(m_title, "%y", QString("%1").arg(year ()));
+ m_title = printTag(m_title, "%y", year ());
//TODO rewrite this
if (m_title.isEmpty())
{