aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Subtitles/ISubtitleManager.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2023-02-23 19:09:16 +0100
committerBond_009 <bond.009@outlook.com>2023-02-23 19:09:16 +0100
commitab24c0e2cf0e678146474db10ecb8e5f86764a10 (patch)
treee87c8173eaf7b13f21be637c466b619627c1b276 /MediaBrowser.Controller/Subtitles/ISubtitleManager.cs
parentecb5c48538fb46b4aab744d165bd525bd8a53cd3 (diff)
Enable nullable for more files
Diffstat (limited to 'MediaBrowser.Controller/Subtitles/ISubtitleManager.cs')
-rw-r--r--MediaBrowser.Controller/Subtitles/ISubtitleManager.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Subtitles/ISubtitleManager.cs b/MediaBrowser.Controller/Subtitles/ISubtitleManager.cs
index 841b32037..b86e48243 100644
--- a/MediaBrowser.Controller/Subtitles/ISubtitleManager.cs
+++ b/MediaBrowser.Controller/Subtitles/ISubtitleManager.cs
@@ -1,5 +1,3 @@
-#nullable disable
-
#pragma warning disable CS1591
using System;