diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-05-07 00:39:20 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-05-07 00:39:20 +0200 |
| commit | fb090df0b59b71d7f143d2181d46f18943bbc35e (patch) | |
| tree | cba62fbdc12347dadd93358ef2bd743b8f717dfd /MediaBrowser.Controller/Events/IEventManager.cs | |
| parent | a4a3f598af92c7e62a920c4a2eb4f89081c13648 (diff) | |
Enable nullable reference types for MediaBrowser.Controller
Diffstat (limited to 'MediaBrowser.Controller/Events/IEventManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Events/IEventManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Events/IEventManager.cs b/MediaBrowser.Controller/Events/IEventManager.cs index a1f40b3a6..074e3f1fe 100644 --- a/MediaBrowser.Controller/Events/IEventManager.cs +++ b/MediaBrowser.Controller/Events/IEventManager.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Threading.Tasks; namespace MediaBrowser.Controller.Events |
