1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00

if relay is for an mp3 stream, then get inline metadata by default if

possible

svn path=/trunk/icecast/; revision=5600
This commit is contained in:
Karl Heyes 2003-11-18 00:59:51 +00:00
parent 7ec7e90916
commit e3dbbbc81b

View File

@ -497,6 +497,7 @@ static void _parse_relay(xmlDocPtr doc, xmlNodePtr node,
configuration->relay = relay;
relay->next = NULL;
relay->mp3metadata = 1;
do {
if (node == NULL) break;