aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/ContentDirectory/ControlHandler.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/ContentDirectory/ControlHandler.cs
parenta3c9edde347122437e988aac9eb5dacb08f0c345 (diff)
Enable nullable reference types for Emby.Dlna
Diffstat (limited to 'Emby.Dlna/ContentDirectory/ControlHandler.cs')
-rw-r--r--Emby.Dlna/ContentDirectory/ControlHandler.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Emby.Dlna/ContentDirectory/ControlHandler.cs b/Emby.Dlna/ContentDirectory/ControlHandler.cs
index 90ba601b4..27c5b2268 100644
--- a/Emby.Dlna/ContentDirectory/ControlHandler.cs
+++ b/Emby.Dlna/ContentDirectory/ControlHandler.cs
@@ -1,3 +1,5 @@
+#nullable disable
+
using System;
using System.Collections.Generic;
using System.Globalization;