aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/PlayTo/SsdpHttpClient.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2021-05-07 14:43:50 +0200
committerBond_009 <bond.009@outlook.com>2021-05-07 14:43:50 +0200
commit06caee28b7f81fb6898a771df5a5064fdf94891d (patch)
tree0215af7ea37963b755308c437dd9638d3ea87f01 /Emby.Dlna/PlayTo/SsdpHttpClient.cs
parenta3c9edde347122437e988aac9eb5dacb08f0c345 (diff)
Enable nullable reference types for Emby.Dlna
Diffstat (limited to 'Emby.Dlna/PlayTo/SsdpHttpClient.cs')
-rw-r--r--Emby.Dlna/PlayTo/SsdpHttpClient.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Emby.Dlna/PlayTo/SsdpHttpClient.cs b/Emby.Dlna/PlayTo/SsdpHttpClient.cs
index d9f1ce490..f14f73bb6 100644
--- a/Emby.Dlna/PlayTo/SsdpHttpClient.cs
+++ b/Emby.Dlna/PlayTo/SsdpHttpClient.cs
@@ -1,3 +1,5 @@
+#nullable disable
+
#pragma warning disable CS1591
using System;