diff options
| author | Bond_009 <bond.009@outlook.com> | 2020-04-25 15:49:53 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2020-04-25 15:49:53 +0200 |
| commit | da17a1201fc0d903054fd56069f224e95d694d3e (patch) | |
| tree | e4a35b83476e24b1e467ad40b270daa9bec55b47 | |
| parent | a273ed9a574a342c1a40d42d820268ddf2fc2d99 (diff) | |
Please roslyn
| -rw-r--r-- | tests/Jellyfin.Naming.Tests/Video/Format3DTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Naming.Tests/Video/Format3DTests.cs b/tests/Jellyfin.Naming.Tests/Video/Format3DTests.cs index 82004081e..d2b3d6ff0 100644 --- a/tests/Jellyfin.Naming.Tests/Video/Format3DTests.cs +++ b/tests/Jellyfin.Naming.Tests/Video/Format3DTests.cs @@ -56,7 +56,7 @@ namespace Jellyfin.Naming.Tests.Video 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); |
