aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/ControlResponse.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Dlna/ControlResponse.cs')
-rw-r--r--Emby.Dlna/ControlResponse.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Dlna/ControlResponse.cs b/Emby.Dlna/ControlResponse.cs
index 243b09786..d827eef26 100644
--- a/Emby.Dlna/ControlResponse.cs
+++ b/Emby.Dlna/ControlResponse.cs
@@ -11,7 +11,7 @@ namespace Emby.Dlna
Headers = new Dictionary<string, string>();
}
- public IDictionary<string, string> Headers { get; set; }
+ public IDictionary<string, string> Headers { get; }
public string Xml { get; set; }