aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Dlna/DeviceIdentification.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Dlna/DeviceIdentification.cs')
-rw-r--r--MediaBrowser.Model/Dlna/DeviceIdentification.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Dlna/DeviceIdentification.cs b/MediaBrowser.Model/Dlna/DeviceIdentification.cs
index 97f4409da..cbde2d710 100644
--- a/MediaBrowser.Model/Dlna/DeviceIdentification.cs
+++ b/MediaBrowser.Model/Dlna/DeviceIdentification.cs
@@ -55,7 +55,7 @@
public DeviceIdentification()
{
- Headers = new HttpHeaderInfo[] {};
+ Headers = new HttpHeaderInfo[] { };
}
}
}