CC-5834: Airtime Analyzer: Bitrate is missing
* Fixed
This commit is contained in:
parent
22343ed99c
commit
d063700254
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue