Update DlnaServerService.cs

pull/3508/head
BaronGreenback 4 years ago committed by GitHub
parent 24c1776ff6
commit c7c28db17b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -108,7 +108,7 @@ namespace Emby.Dlna.Api
public string Filename { get; set; }
}
public class DlnaServerService : IService, IRequiresRequest
public class DlnaServerService : IService
{
private const string XMLContentType = "text/xml; charset=UTF-8";

Loading…
Cancel
Save