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
|
||||
{
|
||||
Encoding = Encoding.UTF8,
|
||||
CloseOutput = false,
|
||||
ConformanceLevel = ConformanceLevel.Fragment
|
||||
CloseOutput = false
|
||||
};
|
||||
|
||||
StringWriter builder = new StringWriterWithEncoding(Encoding.UTF8);
|
||||
|
Loading…
x
Reference in New Issue
Block a user