aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Session/ISessionController.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2023-02-15 23:41:28 +0100
committerBond_009 <bond.009@outlook.com>2023-02-15 23:41:28 +0100
commitcb85fc688f84de928e046cb6bd02629f04d68df6 (patch)
tree66fe10027ecddb6d499d407507a220bfab22f0d1 /MediaBrowser.Controller/Session/ISessionController.cs
parent3fe64f69b747f39a6505e4fad1bbd6eaf63cecc4 (diff)
Enable nullable for more files
Diffstat (limited to 'MediaBrowser.Controller/Session/ISessionController.cs')
-rw-r--r--MediaBrowser.Controller/Session/ISessionController.cs2
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;