mirror of
https://github.com/beetbox/beets.git
synced 2026-01-09 01:15:38 +01:00
Force utf8 encoding on new id3_desc tags
This commit is contained in:
parent
5606e60e72
commit
4228628f84
1 changed files with 1 additions and 0 deletions
|
|
@ -491,6 +491,7 @@ class MediaField(object):
|
|||
for frame in frames:
|
||||
if frame.desc.lower() == style.id3_desc.lower():
|
||||
setattr(frame, style.id3_frame_field, out)
|
||||
frame.encoding = 3 # utf8
|
||||
found = True
|
||||
break
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue