diff options
| author | Bond_009 <bond.009@outlook.com> | 2023-02-15 23:41:28 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2023-02-15 23:41:28 +0100 |
| commit | cb85fc688f84de928e046cb6bd02629f04d68df6 (patch) | |
| tree | 66fe10027ecddb6d499d407507a220bfab22f0d1 /MediaBrowser.Controller/Session/ISessionController.cs | |
| parent | 3fe64f69b747f39a6505e4fad1bbd6eaf63cecc4 (diff) | |
Enable nullable for more files
Diffstat (limited to 'MediaBrowser.Controller/Session/ISessionController.cs')
| -rw-r--r-- | MediaBrowser.Controller/Session/ISessionController.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Session/ISessionController.cs b/MediaBrowser.Controller/Session/ISessionController.cs index b38ee1146..c8b29aa1f 100644 --- a/MediaBrowser.Controller/Session/ISessionController.cs +++ b/MediaBrowser.Controller/Session/ISessionController.cs @@ -1,5 +1,3 @@ -#nullable disable - #pragma warning disable CS1591 using System; |
