mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -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