aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/EventSubscriptionResponse.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Dlna/EventSubscriptionResponse.cs')
-rw-r--r--Emby.Dlna/EventSubscriptionResponse.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Dlna/EventSubscriptionResponse.cs b/Emby.Dlna/EventSubscriptionResponse.cs
index fd18343e6..1b1bd426c 100644
--- a/Emby.Dlna/EventSubscriptionResponse.cs
+++ b/Emby.Dlna/EventSubscriptionResponse.cs
@@ -15,6 +15,6 @@ namespace Emby.Dlna
public string ContentType { get; set; }
- public Dictionary<string, string> Headers { get; set; }
+ public Dictionary<string, string> Headers { get; }
}
}