mirror of
https://github.com/taglib/taglib.git
synced 2025-06-03 09:08:09 -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