feat: set icecast mount default charset to UTF-8
On first install, configure icecast to use utf-8 as default charset for it's mounts. Fixes #2501
This commit is contained in:
parent
31e69a60f7
commit
755848482d
4 changed files with 40 additions and 4 deletions
|
@ -142,6 +142,9 @@
|
|||
</http-headers>
|
||||
</mount>
|
||||
-->
|
||||
<mount type="default">
|
||||
<charset>UTF-8</charset>
|
||||
</mount>
|
||||
|
||||
<!-- Normal mounts -->
|
||||
<!--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue