Add basic support for MUSICBRAINZ_WORKID tag

This commit is contained in:
loujine
2017-12-30 19:05:21 +00:00
parent 78c73fb9e7
commit 42959982a9
5 changed files with 13 additions and 0 deletions

View File

@@ -280,6 +280,7 @@ roar_tag_convert(TagType type, bool *is_uuid)
case TAG_MUSICBRAINZ_ALBUMARTISTID:
case TAG_MUSICBRAINZ_TRACKID:
case TAG_MUSICBRAINZ_RELEASETRACKID:
case TAG_MUSICBRAINZ_WORKID:
*is_uuid = true;
return "HASH";