mirror of
https://github.com/beetbox/beets.git
synced 2025-12-24 01:25:47 +01:00
Fixes a typo. Whoops.
This commit is contained in:
parent
bc795fe4a0
commit
ca653dafb8
1 changed files with 1 additions and 1 deletions
|
|
@ -1104,7 +1104,7 @@ class MediaFile(object):
|
|||
# ReplayGain fields.
|
||||
rg_track_gain = FloatValueField(2, 'dB',
|
||||
mp3 = StorageStyle('TXXX', id3_desc=u'REPLAYGAIN_TRACK_GAIN'),
|
||||
mp4 = StoragedStyle('---:com.apple.iTunes:replaygain_track_gain'),
|
||||
mp4 = StorageStyle('---:com.apple.iTunes:replaygain_track_gain'),
|
||||
etc = StorageStyle(u'REPLAYGAIN_TRACK_GAIN'),
|
||||
asf = StorageStyle(u'replaygain_track_gain'),
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue