CC-5709: Airtime Analyzer
* Fix for incorrect length sometimes happening (VBR MP3?)
This commit is contained in:
parent
2a172afe3e
commit
86b94b970f
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue