aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Security
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2023-08-22 18:09:31 +0200
committerBond_009 <bond.009@outlook.com>2023-08-22 18:11:34 +0200
commitd92e9ae85e41fef981729f544bfd6df2c052a712 (patch)
tree9240510786df6f20e4570f6afc67456a15da0f80 /MediaBrowser.Controller/Security
parent84643e328df6b194eb4de893b8b5e232af5e2a0c (diff)
Enable nullable for more files and add tests
Adds basic tests for FFProbeVideoInfo.CreateDummyChapters Fixed error message CreateDummyChapters instead of reporting the total minutes it only reported the minute component
Diffstat (limited to 'MediaBrowser.Controller/Security')
-rw-r--r--MediaBrowser.Controller/Security/IAuthenticationManager.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/MediaBrowser.Controller/Security/IAuthenticationManager.cs b/MediaBrowser.Controller/Security/IAuthenticationManager.cs
index e3d18c8c0..070ab7a85 100644
--- a/MediaBrowser.Controller/Security/IAuthenticationManager.cs
+++ b/MediaBrowser.Controller/Security/IAuthenticationManager.cs
@@ -1,6 +1,4 @@
-#nullable enable
-
-using System.Collections.Generic;
+using System.Collections.Generic;
using System.Threading.Tasks;
namespace MediaBrowser.Controller.Security