diff options
| author | Bond_009 <bond.009@outlook.com> | 2023-08-22 18:09:31 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2023-08-22 18:11:34 +0200 |
| commit | d92e9ae85e41fef981729f544bfd6df2c052a712 (patch) | |
| tree | 9240510786df6f20e4570f6afc67456a15da0f80 /MediaBrowser.Controller/Security | |
| parent | 84643e328df6b194eb4de893b8b5e232af5e2a0c (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.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/MediaBrowser.Controller/Security/IAuthenticationManager.cs b/MediaBrowser.Controller/Security/IAuthenticationManager.cs index e3d18c8c09..070ab7a856 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 |
