diff options
Diffstat (limited to 'src/decoder/FLACCommon.cxx')
-rw-r--r-- | src/decoder/FLACCommon.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/FLACCommon.cxx b/src/decoder/FLACCommon.cxx index 8e86b6ae4..46bcb357a 100644 --- a/src/decoder/FLACCommon.cxx +++ b/src/decoder/FLACCommon.cxx @@ -133,7 +133,7 @@ void flac_metadata_common_cb(const FLAC__StreamMetadata * block, mixramp_start, mixramp_end); if (data->tag != nullptr) - flac_vorbis_comments_to_tag(data->tag, nullptr, + flac_vorbis_comments_to_tag(data->tag, &block->data.vorbis_comment); default: |