Possible missing return in addField in FlacTag after case WRITE_ALBUMARTIST

Issue #255 closed
percychris created an issue

Dear Sir, could it be that in the class org.jaudiotagger.tag.flac.FlacTag in the method public void addField(FieldKey genericKey, String... values) there is a return missing in the switch statement after the case WRITE_ALBUMARTIST This result is a replication each time the tag is committed (writen) or is this on purpuse?

Comments (2)

  1. percychris reporter

    Sorry to disturb you again. Maybe it is on purpose and must be selected with one of the VorbisAlbumArtistSaveOptions.

  2. Log in to comment