1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00

Update: Added warning about wrong type of metadata update.

See: #2017
This commit is contained in:
Philipp Schafft 2018-11-10 09:22:16 +00:00
parent 6d0e4e6fc9
commit ff0263b3a4

View File

@ -416,6 +416,8 @@ static void vorbis_set_tag (format_plugin_t *plugin, const char *tag, const char
vorbis_codec_t *source_vorbis;
char *value;
ICECAST_LOG_WARN("Not officially supported metadata update detected, please inform the source client software vendor that they should fix their software!");
/* avoid updating if multiple codecs in use */
if (codec && codec->next == NULL)
source_vorbis = codec->specific;