Skip to content

Commit

Permalink
Merge pull request #18 from slogsdon7/master
Browse files Browse the repository at this point in the history
Fix m4a label tag. #12
  • Loading branch information
sampsyo committed Sep 9, 2019
2 parents 41a6cdf + fdd6fa4 commit b6b3520
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mediafile.py
Original file line number Diff line number Diff line change
Expand Up @@ -1761,8 +1761,9 @@ def update(self, dict):
)
label = MediaField(
MP3StorageStyle('TPUB'),
MP4StorageStyle('----:com.apple.iTunes:Label'),
MP4StorageStyle('----:com.apple.iTunes:LABEL'),
MP4StorageStyle('----:com.apple.iTunes:publisher'),
MP4StorageStyle('----:com.apple.iTunes:Label', read_only=True),
StorageStyle('LABEL'),
StorageStyle('PUBLISHER'), # Traktor
ASFStorageStyle('WM/Publisher'),
Expand Down

0 comments on commit b6b3520

Please sign in to comment.