diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-08-07 20:38:20 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-08-07 20:38:20 +0000 |
| commit | 83e4c9707deade4d6b099d059a0518d8c28b0503 (patch) | |
| tree | d8297dc7588797ab05a495a1c486307df7c3936e /src/qmmpui | |
| parent | 967946a0a567bf3b763fb559459f43250d013567 (diff) | |
| download | qmmp-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.cpp | 2 |
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()) { |
