mirror of
https://github.com/taglib/taglib.git
synced 2025-07-19 13:34:19 -04:00
Two issues pointed out by Gary Peck:
*) Note that adding and removing frames from the ID3v2::Tag will invalidate iterators on the frame list *) Correct the number of genres -- it should be 148 instead of 147. You can all have your Synthpop genre back now. :-) CCMAIL:Gary Peck <gbpeck@sbcglobal.net> git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@318067 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
@ -26,7 +26,7 @@ using namespace TagLib;
|
||||
namespace TagLib {
|
||||
namespace ID3v1 {
|
||||
|
||||
static const int genresSize = 147;
|
||||
static const int genresSize = 148;
|
||||
static const String genres[] = {
|
||||
"Blues",
|
||||
"Classic Rock",
|
||||
|
Reference in New Issue
Block a user