mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-03 19:22:59 +00:00
Please roslyn
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user