diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-05-07 14:43:50 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-05-07 14:43:50 +0200 |
| commit | 06caee28b7f81fb6898a771df5a5064fdf94891d (patch) | |
| tree | 0215af7ea37963b755308c437dd9638d3ea87f01 /Emby.Dlna/ContentDirectory/ControlHandler.cs | |
| parent | a3c9edde347122437e988aac9eb5dacb08f0c345 (diff) | |
Enable nullable reference types for Emby.Dlna
Diffstat (limited to 'Emby.Dlna/ContentDirectory/ControlHandler.cs')
| -rw-r--r-- | Emby.Dlna/ContentDirectory/ControlHandler.cs | 2 |
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; |
