My bad
This commit is contained in:
parent
36d62c3093
commit
ae9c1e29e7
|
@ -71,8 +71,7 @@ namespace Emby.Dlna.Service
|
|||
var settings = new XmlWriterSettings
|
||||
{
|
||||
Encoding = Encoding.UTF8,
|
||||
CloseOutput = false,
|
||||
ConformanceLevel = ConformanceLevel.Fragment
|
||||
CloseOutput = false
|
||||
};
|
||||
|
||||
StringWriter builder = new StringWriterWithEncoding(Encoding.UTF8);
|
||||
|
|
Loading…
Reference in New Issue
Block a user