Skip to content
Commit c9a90eed authored by Jack Hill's avatar Jack Hill Committed by Nate Graham
Browse files

Fix compilation with latest TagLib git master

The latest taglib `RIFF::WAV::File::tag` now returns `TagLib::Tag *`
instead of `ID3v2::Tag *`. The old behaviour was kept only for backwards
compatibility and was slated to be fixed in TagLib 2.0.

The 1:1 replacement is `RIFF::WAV::File::ID3v2Tag`, which was added in
TagLib 1.9 (released 10 years ago).
parent 26fd2a53
Pipeline #554218 passed with stage
in 2 minutes and 41 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment