mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-30 22:33:36 +01:00
My bad
This commit is contained in:
parent
36d62c3093
commit
ae9c1e29e7
1 changed files with 1 additions and 2 deletions
|
|
@ -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 a new issue