mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 21:14:23 -04:00
Return tag union for tag() of WAV file
This commit is contained in:
@ -290,7 +290,7 @@ public:
|
||||
return static_cast<const RIFF::WAV::File &>(f).hasID3v2Tag();
|
||||
},
|
||||
[](File &f) {
|
||||
return static_cast<RIFF::WAV::File &>(f).tag();
|
||||
return static_cast<RIFF::WAV::File &>(f).ID3v2Tag();
|
||||
},
|
||||
[](File &f) {
|
||||
static_cast<RIFF::WAV::File &>(f).strip();
|
||||
|
Reference in New Issue
Block a user