Enable nullable reference types for MediaBrowser.MediaEncoding.Subtitles

This commit is contained in:
Bond_009
2021-05-20 22:10:19 +02:00
parent c6ca722e57
commit 26d7fc8280
18 changed files with 65 additions and 52 deletions

View File

@@ -1,5 +1,3 @@
#nullable enable
using System.Globalization;
using System.IO;
using System.Linq;