mirror of
https://github.com/taglib/taglib.git
synced 2025-11-17 07:02:53 -05:00
Changed TagUnion to take the count of tags
This commit is contained in:
@ -57,6 +57,7 @@ public:
|
||||
APELocation(-1),
|
||||
APESize(0),
|
||||
ID3v1Location(-1),
|
||||
tag(2),
|
||||
properties(0),
|
||||
hasAPE(false),
|
||||
hasID3v1(false) {}
|
||||
|
||||
Reference in New Issue
Block a user