set dlna responses to utf8

This commit is contained in:
Luke Pulverenti 2015-05-13 00:16:33 -04:00
parent 5b8d3d1f25
commit 1483c3f8fe

View File

@ -109,7 +109,7 @@ namespace MediaBrowser.Api.Dlna
private readonly IMediaReceiverRegistrar _mediaReceiverRegistrar;
// TODO: Add utf-8
private const string XMLContentType = "text/xml";
private const string XMLContentType = "text/xml; charset=UTF-8";
public DlnaServerService(IDlnaManager dlnaManager, IContentDirectory contentDirectory, IConnectionManager connectionManager, IMediaReceiverRegistrar mediaReceiverRegistrar)
{