mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
My bad
This commit is contained in:
parent
36d62c3093
commit
ae9c1e29e7
@ -71,8 +71,7 @@ namespace Emby.Dlna.Service
|
|||||||
var settings = new XmlWriterSettings
|
var settings = new XmlWriterSettings
|
||||||
{
|
{
|
||||||
Encoding = Encoding.UTF8,
|
Encoding = Encoding.UTF8,
|
||||||
CloseOutput = false,
|
CloseOutput = false
|
||||||
ConformanceLevel = ConformanceLevel.Fragment
|
|
||||||
};
|
};
|
||||||
|
|
||||||
StringWriter builder = new StringWriterWithEncoding(Encoding.UTF8);
|
StringWriter builder = new StringWriterWithEncoding(Encoding.UTF8);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user