diff options
| author | Cody Robibero <cody@robibe.ro> | 2023-02-24 08:35:26 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-24 08:35:26 -0700 |
| commit | 47b9a01efe098d34dd1d763794ab886d235d724c (patch) | |
| tree | 7fb47e469ac0cebc838d7b8852ce5dd025420c34 /MediaBrowser.Controller | |
| parent | f94abc1eb7352404e0250060ed0c57ad369d2457 (diff) | |
| parent | eaeb65f94d94bab40126c12e8fd89c3c5c6b35d8 (diff) | |
Merge pull request #9381 from Bond-009/nullable
Diffstat (limited to 'MediaBrowser.Controller')
| -rw-r--r-- | MediaBrowser.Controller/Subtitles/ISubtitleManager.cs | 2 |
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; |
