Subject: | Cannot unset genre in ID3v2 |
I'm using the very latest MP3::Tag and I cannot unset the genre in ID3v2. It works fine for ID3v1 though.
I tried several methods:
$mp3->{ID3v2}->genre('');
$mp3->{ID3v2}->remove_frame('TCON');
$mp3->{ID3v2}->remove_frame('vTCON');
But the genre keeps going back to whatever it was before.