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.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Dlna/IUpnpService.cs b/Emby.Dlna/IUpnpService.cs
index caae87ba3..0a52e9acf 100644
--- a/Emby.Dlna/IUpnpService.cs
+++ b/Emby.Dlna/IUpnpService.cs
@@ -10,7 +10,7 @@ namespace Emby.Dlna
/// <param name="headers">The headers.</param>
/// <returns>System.String.</returns>
string GetServiceXml(IDictionary<string, string> headers);
-
+
/// <summary>
/// Processes the control request.
/// </summary>