Return tag union for tag() of WAV file

This commit is contained in:
Urs Fleisch
2023-12-01 06:22:35 +01:00
parent 8bb8fc5fe6
commit 56382e8cd4
3 changed files with 6 additions and 8 deletions
+1 -1
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();