]> granicus.if.org Git - taglib/commit
setTrack()/setYear() accepts 0 to remove the tag as per
authorwhatdoineed2do/Ray <whatdoineed2do@nospam.gmail.com>
Sat, 13 Jul 2019 15:00:58 +0000 (16:00 +0100)
committerwhatdoineed2do/Ray <whatdoineed2do@nospam.gmail.com>
Sat, 13 Jul 2019 15:03:51 +0000 (16:03 +0100)
commit850a3565a4dc7ae06b568c2fc11fce874bb0325a
tree4876df3a86555cd76121704f2461d96d9ba4fe7a
parentba7adc2bc261ed634c2a964185bcffb9365ad2f4
setTrack()/setYear() accepts 0 to remove the tag as per
documentation/functionality across other tpyes (mp3/flac/...); m4a do not honour
this and instead sets the underlying value to 0.

This commit fixes this issue (#911)
taglib/mp4/mp4tag.cpp