diff options
Diffstat (limited to 'src/plugins/General/notifier/notifier.cpp')
| -rw-r--r-- | src/plugins/General/notifier/notifier.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |
