From 0b46e2db06ec1bbfc3aee819787386ace9dad66c Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 7 Mar 2009 22:43:26 +0000 Subject: improved seeking accuracy git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@827 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/notifier/notifier.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/General/notifier/notifier.cpp') diff --git a/src/plugins/General/notifier/notifier.cpp b/src/plugins/General/notifier/notifier.cpp index d1254a78b..42b07eb2d 100644 --- a/src/plugins/General/notifier/notifier.cpp +++ b/src/plugins/General/notifier/notifier.cpp @@ -85,7 +85,7 @@ void Notifier::showMetaData() file.write(m_core->metaData(Qmmp::ARTIST).toUtf8()+"\n"); file.write(m_core->metaData(Qmmp::ALBUM).toUtf8()+"\n"); file.write(m_core->metaData(Qmmp::TRACK).toUtf8()+"\n"); - file.write(QString("%1").arg(m_core->length()).toUtf8()+"\n"); + file.write(QString("%1").arg(m_core->totalTime()/1000).toUtf8()+"\n"); file.close(); } -- cgit v1.2.3-13-gbd6f