diff options
author | Max Kellermann <max@duempel.org> | 2012-10-02 11:43:26 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-10-02 17:36:54 +0200 |
commit | 9c1d1ef2687050d7e0f9dd51d7e06d79321cda74 (patch) | |
tree | f0d9870c6b135bccde4f0c3f1706e46aaf95f4c3 /src/decoder/FLACCommon.cxx | |
parent | ade04836419cadeae3a831575c53f76019ca5ae8 (diff) | |
download | mpd-9c1d1ef2687050d7e0f9dd51d7e06d79321cda74.tar.gz mpd-9c1d1ef2687050d7e0f9dd51d7e06d79321cda74.tar.xz mpd-9c1d1ef2687050d7e0f9dd51d7e06d79321cda74.zip |
decoder/flac: eliminate the obsolete "track number" code
This has been deprecated by the "embcue" playlist plugin.
Diffstat (limited to '')
-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: |