Return tag union for tag() of WAV file

This commit is contained in:
Urs Fleisch
2023-11-24 07:49:14 +01:00
parent 8bb8fc5fe6
commit 56382e8cd4
3 changed files with 6 additions and 8 deletions

View File

@ -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();