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/Eventing | |
| parent | a3c9edde347122437e988aac9eb5dacb08f0c345 (diff) | |
Enable nullable reference types for Emby.Dlna
Diffstat (limited to 'Emby.Dlna/Eventing')
| -rw-r--r-- | Emby.Dlna/Eventing/DlnaEventManager.cs | 2 | ||||
| -rw-r--r-- | Emby.Dlna/Eventing/EventSubscription.cs | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Emby.Dlna/Eventing/DlnaEventManager.cs b/Emby.Dlna/Eventing/DlnaEventManager.cs index ff81e83b5e..2e672b886b 100644 --- a/Emby.Dlna/Eventing/DlnaEventManager.cs +++ b/Emby.Dlna/Eventing/DlnaEventManager.cs @@ -1,3 +1,5 @@ +#nullable disable + #pragma warning disable CS1591 using System; diff --git a/Emby.Dlna/Eventing/EventSubscription.cs b/Emby.Dlna/Eventing/EventSubscription.cs index 40d73ee0e5..4fd7f81695 100644 --- a/Emby.Dlna/Eventing/EventSubscription.cs +++ b/Emby.Dlna/Eventing/EventSubscription.cs @@ -1,3 +1,5 @@ +#nullable disable + #pragma warning disable CS1591 using System; |
