CC-5834: Airtime Analyzer: Bitrate is missing

* Fixed
This commit is contained in:
Albert Santoni 2014-05-05 14:56:32 -04:00
parent 22343ed99c
commit d063700254
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class MetadataAnalyzer(Analyzer):
# Other fields for Airtime
metadata["cueout"] = metadata["length"]
if hasattr(info, "bit_rate"):
if hasattr(info, "bitrate"):
metadata["bit_rate"] = info.bitrate
# Use the mutagen to get the MIME type, if it has one. This is more reliable and