mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
set dlna responses to utf8
This commit is contained in:
parent
5b8d3d1f25
commit
1483c3f8fe
@ -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…
x
Reference in New Issue
Block a user