mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-25 12:29:18 -05:00
Serve xml files with a content type of text/xml, closing ticket #100
This commit is contained in:
parent
4f01d784dc
commit
2350b5a6f5
@ -93,6 +93,7 @@ typedef struct tag_contenttypes {
|
|||||||
CONTENTTYPES config_default_types[] = {
|
CONTENTTYPES config_default_types[] = {
|
||||||
{ ".css", "text/css; charset=utf-8" },
|
{ ".css", "text/css; charset=utf-8" },
|
||||||
{ ".txt", "text/plain; charset=utf-8" },
|
{ ".txt", "text/plain; charset=utf-8" },
|
||||||
|
{ ".xml", "text/xml; charset=utf-8" },
|
||||||
{ NULL, NULL }
|
{ NULL, NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user