mirror of
https://github.com/taglib/taglib.git
synced 2026-03-21 14:19:51 -04:00
This creates symetry with ID3v2::Tag::comment() in preferring frames with no description when choosing which COMM frame should be updated. (Previously setComment() simply updated the first COMM frame.) Fixes #950