decoder/flac: parse all replaygain tags
The FLAC replaygain parser used the "||" operator. This made the code stop after the first value which was found.
This commit is contained in:
Reference in New Issue
Block a user
The FLAC replaygain parser used the "||" operator. This made the code stop after the first value which was found.