mirror of
https://github.com/beetbox/beets.git
synced 2025-12-24 09:33:46 +01:00
Update ALAC tests for Mutagen 1.26
The metadata extraction is now more accurate for ALACs, but we lost the ability to distinguish them from AAC.
This commit is contained in:
parent
5517d9f304
commit
68770f85e3
1 changed files with 5 additions and 5 deletions
|
|
@ -729,11 +729,11 @@ class AlacTest(ReadWriteTestBase, unittest.TestCase):
|
|||
extension = 'alac.m4a'
|
||||
audio_properties = {
|
||||
'length': 1.0,
|
||||
'bitrate': 55072,
|
||||
'format': 'ALAC',
|
||||
'samplerate': 0,
|
||||
'bitdepth': 0,
|
||||
'channels': 0,
|
||||
'bitrate': 21830,
|
||||
# 'format': 'ALAC',
|
||||
'samplerate': 44100,
|
||||
'bitdepth': 16,
|
||||
'channels': 1,
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue