mirror of
https://github.com/beetbox/beets.git
synced 2025-12-09 18:12:19 +01:00
fix test compatibility with mutagen 1.21
The new Mutagen release got a fix for the bitrate calculation in Musepack. The tests now reflect that.
This commit is contained in:
parent
bba0051ee7
commit
ebdbd69d8e
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ READ_ONLY_CORRECT_DICTS = {
|
|||
|
||||
'full.mpc': {
|
||||
'length': 1.0,
|
||||
'bitrate': 23,
|
||||
'bitrate': 23458,
|
||||
'format': 'Musepack',
|
||||
'samplerate': 44100,
|
||||
'bitdepth': 0,
|
||||
|
|
|
|||
Loading…
Reference in a new issue