aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/IUpnpService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Dlna/IUpnpService.cs')
-rw-r--r--Emby.Dlna/IUpnpService.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/Emby.Dlna/IUpnpService.cs b/Emby.Dlna/IUpnpService.cs
index ab8aa4619..ae90e95c7 100644
--- a/Emby.Dlna/IUpnpService.cs
+++ b/Emby.Dlna/IUpnpService.cs
@@ -1,5 +1,3 @@
-using System.Collections.Generic;
-
namespace Emby.Dlna
{
public interface IUpnpService
@@ -7,9 +5,8 @@ namespace Emby.Dlna
/// <summary>
/// Gets the content directory XML.
/// </summary>
- /// <param name="headers">The headers.</param>
/// <returns>System.String.</returns>
- string GetServiceXml(IDictionary<string, string> headers);
+ string GetServiceXml();
/// <summary>
/// Processes the control request.