diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-05-05 12:57:01 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-05-05 12:57:01 +0200 |
| commit | 91c2a57b284011a21c926e9238dbc7edb5eaab13 (patch) | |
| tree | 6aa65ceabd25e4ea4ad87fffe0e0596450c50cae /MediaBrowser.Common/Plugins/IPlugin.cs | |
| parent | 48e81e65e8948fa61980744932eb4103a28ed876 (diff) | |
Enable nullable reference types for MediaBrowser.Common
Diffstat (limited to 'MediaBrowser.Common/Plugins/IPlugin.cs')
| -rw-r--r-- | MediaBrowser.Common/Plugins/IPlugin.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Common/Plugins/IPlugin.cs b/MediaBrowser.Common/Plugins/IPlugin.cs index b2ba1179c..01e0a536d 100644 --- a/MediaBrowser.Common/Plugins/IPlugin.cs +++ b/MediaBrowser.Common/Plugins/IPlugin.cs @@ -1,3 +1,5 @@ +#nullable disable + using System; using MediaBrowser.Model.Plugins; |
