Browse Source

Please roslyn

Bond_009 5 years ago
parent
commit
da17a1201f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/Jellyfin.Naming.Tests/Video/Format3DTests.cs

+ 1 - 1
tests/Jellyfin.Naming.Tests/Video/Format3DTests.cs

@@ -56,7 +56,7 @@ namespace Jellyfin.Naming.Tests.Video
             Test("Super movie [sbs3d].mp4", true, "sbs3d");
             Test("Super movie [sbs3d].mp4", true, "sbs3d");
         }
         }
 
 
-        private void Test(string input, bool is3D, string format3D)
+        private void Test(string input, bool is3D, string? format3D)
         {
         {
             var parser = new Format3DParser(_namingOptions);
             var parser = new Format3DParser(_namingOptions);