mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-03 07:23:09 +01:00
set dlna responses to utf8
This commit is contained in:
parent
5b8d3d1f25
commit
1483c3f8fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue