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:
parent
7ec7e90916
commit
e3dbbbc81b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user