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/MediaStreamInfo.cs | |
| parent | c6ca722e57c7b83c5105bbf9b0de63b616d556de (diff) | |
Enable nullable reference types for MediaBrowser.MediaEncoding.Subtitles
Diffstat (limited to 'MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs')
| -rw-r--r-- | MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs b/MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs index 7b7744163..c9c8c34c2 100644 --- a/MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs +++ b/MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs @@ -1,3 +1,5 @@ +#nullable disable + using System.Collections.Generic; using System.Text.Json.Serialization; |
