Use new method signatures

This commit is contained in:
Scott Wheeler
2019-09-19 15:19:17 +02:00
parent ebd3373d6d
commit 96155f35fa

View File

@ -205,7 +205,7 @@ bool MPEG::File::save(int tags)
bool MPEG::File::save(int tags, bool stripOthers)
{
return save(tags, stripOthers, 4);
return save(tags, stripOthers, ID3v2::v4);
}
bool MPEG::File::save(int tags, bool stripOthers, int id3v2Version)