diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-05-20 22:10:19 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-05-20 22:10:19 +0200 |
| commit | 26d7fc828075dbaa3068ac9c323ebef3370fd023 (patch) | |
| tree | 59bc4c407fa24c9d14e356900dc2e3bfd8a73132 /MediaBrowser.MediaEncoding/Probing/FFProbeHelpers.cs | |
| parent | c6ca722e57c7b83c5105bbf9b0de63b616d556de (diff) | |
Enable nullable reference types for MediaBrowser.MediaEncoding.Subtitles
Diffstat (limited to 'MediaBrowser.MediaEncoding/Probing/FFProbeHelpers.cs')
| -rw-r--r-- | MediaBrowser.MediaEncoding/Probing/FFProbeHelpers.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.MediaEncoding/Probing/FFProbeHelpers.cs b/MediaBrowser.MediaEncoding/Probing/FFProbeHelpers.cs index da37687e8..1fa90bb21 100644 --- a/MediaBrowser.MediaEncoding/Probing/FFProbeHelpers.cs +++ b/MediaBrowser.MediaEncoding/Probing/FFProbeHelpers.cs @@ -1,3 +1,5 @@ +#nullable disable + using System; using System.Collections.Generic; using System.Globalization; |
