Remove some redundant code

This commit is contained in:
Bart Nagel 2017-04-16 13:15:09 -07:00 committed by Max Kellermann
parent 38da76bbe0
commit 0a7d612f41

View File

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