Skip to content

Commit b6b3520

Browse files
authored
Merge pull request #18 from slogsdon7/master
Fix m4a label tag. #12
2 parents 41a6cdf + fdd6fa4 commit b6b3520

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mediafile.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1761,8 +1761,9 @@ def update(self, dict):
17611761
)
17621762
label = MediaField(
17631763
MP3StorageStyle('TPUB'),
1764-
MP4StorageStyle('----:com.apple.iTunes:Label'),
1764+
MP4StorageStyle('----:com.apple.iTunes:LABEL'),
17651765
MP4StorageStyle('----:com.apple.iTunes:publisher'),
1766+
MP4StorageStyle('----:com.apple.iTunes:Label', read_only=True),
17661767
StorageStyle('LABEL'),
17671768
StorageStyle('PUBLISHER'), # Traktor
17681769
ASFStorageStyle('WM/Publisher'),

0 commit comments

Comments
 (0)