mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
Please roslyn
This commit is contained in:
parent
a273ed9a57
commit
da17a1201f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue