Fix: Separate Conductor from Performer

Conductor was incorrectly saved to Performer tag in MPD database
This commit is contained in:
vkostas
2021-02-07 20:39:33 +01:00
committed by Max Kellermann
parent 9e2d09dabc
commit a59f1b21a6
2 changed files with 3 additions and 1 deletions

View File

@@ -352,7 +352,7 @@ scan_id3_tag(const struct id3_tag *tag, TagHandler &handler) noexcept
handler);
tag_id3_import_text(tag, ID3_FRAME_COMPOSER, TAG_COMPOSER,
handler);
tag_id3_import_text(tag, "TPE3", TAG_PERFORMER,
tag_id3_import_text(tag, "TPE3", TAG_CONDUCTOR,
handler);
tag_id3_import_text(tag, "TPE4", TAG_PERFORMER, handler);
tag_id3_import_text(tag, "TIT1", TAG_GROUPING, handler);