mirror of
https://github.com/taglib/taglib.git
synced 2025-07-24 07:54:32 -04:00
Create an APE tag when reading a WavPack file without tags
Now it is handled in the same way as for other tags with a TagUnion. Without this patch, WavPack files without tags cannot be edited via a FileRef.
This commit is contained in:
@ -263,7 +263,7 @@ void WavPack::File::read(bool readProperties)
|
||||
d->APELocation = d->APELocation + APE::Footer::size() - d->APESize;
|
||||
}
|
||||
|
||||
if(d->ID3v1Location >= 0)
|
||||
if(d->ID3v1Location < 0)
|
||||
APETag(true);
|
||||
|
||||
// Look for WavPack audio properties
|
||||
|
Reference in New Issue
Block a user