CC-5709: Airtime Analyzer

* Fix for incorrect length sometimes happening (VBR MP3?)
This commit is contained in:
Albert Santoni 2014-04-03 11:34:57 -04:00
parent 2a172afe3e
commit 86b94b970f
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class MetadataAnalyzer(Analyzer):
'genre': 'genre',
'isrc': 'isrc',
'label': 'label',
'length': 'length',
#'length': 'length',
'language': 'language',
'last_modified':'last_modified',
'mood': 'mood',