mirror of
https://github.com/beetbox/beets.git
synced 2026-01-03 06:22:48 +01:00
Opus now passes basic tests.
This commit is contained in:
parent
6f0261e5ff
commit
be8325dfe5
2 changed files with 4 additions and 2 deletions
|
|
@ -775,6 +775,9 @@ class ImageField(object):
|
|||
else:
|
||||
return None
|
||||
|
||||
if pic.data == '':
|
||||
return None
|
||||
|
||||
return pic.data
|
||||
|
||||
def __set__(self, obj, val):
|
||||
|
|
|
|||
|
|
@ -175,9 +175,8 @@ READ_ONLY_CORRECT_DICTS = {
|
|||
|
||||
'full.opus': {
|
||||
'length': 1.0,
|
||||
'bitrate': 64000,
|
||||
'bitrate': 63216,
|
||||
'format': 'Opus',
|
||||
'samplerate': 48000,
|
||||
'bitdepth': 0,
|
||||
'channels': 1,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue