mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-01-03 14:56:34 -05:00
Feature: Added key <content-type> to running mounts
This commit is contained in:
parent
e1aadb10d8
commit
f9980b3563
@ -903,6 +903,9 @@ static xmlNodePtr _dump_stats_to_doc (xmlNodePtr root, const char *show_mount, i
|
||||
for (i = 0; i < source_real->format->vc.comments; i++)
|
||||
__add_metadata(metadata, source_real->format->vc.user_comments[i]);
|
||||
}
|
||||
|
||||
if (source_real->running)
|
||||
xmlNewTextChild(xmlnode, NULL, XMLSTR("content-type"), XMLSTR(source_real->format->contenttype));
|
||||
}
|
||||
avl_tree_unlock(global.source_tree);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user