mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01:00
Try possible solutions
This commit is contained in:
@@ -71,7 +71,8 @@ namespace Emby.Dlna.Service
|
||||
var settings = new XmlWriterSettings
|
||||
{
|
||||
Encoding = Encoding.UTF8,
|
||||
CloseOutput = false
|
||||
CloseOutput = false,
|
||||
NamespaceHandling = NamespaceHandling.OmitDuplicates
|
||||
};
|
||||
|
||||
StringWriter builder = new StringWriterWithEncoding(Encoding.UTF8);
|
||||
|
||||
Reference in New Issue
Block a user