From 83e4c9707deade4d6b099d059a0518d8c28b0503 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 7 Aug 2009 20:38:20 +0000 Subject: fixed title format git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1113 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qmmpui/playlistitem.cpp') 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()) { -- cgit v1.2.3-13-gbd6f