summaryrefslogtreecommitdiffstats
path: root/src/metadata/tagengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/metadata/tagengine.cpp')
-rw-r--r--src/metadata/tagengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/metadata/tagengine.cpp b/src/metadata/tagengine.cpp
index f8064d2..d43cd61 100644
--- a/src/metadata/tagengine.cpp
+++ b/src/metadata/tagengine.cpp
@@ -107,7 +107,7 @@ TagData* TagEngine::readTags( const TQString& file )
if( audioProperties )
{
- tagData->length = audioProperties->length();
+ tagData->length = audioProperties->lengthInSeconds();
// TODO read all information
//tagData->fileSize = ;
// = audioProperties->channels();