mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 15:55:25 +03:00
Fix debug builds (#8909)
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Jellyfin.MediaEncoding.Tests
|
||||
Assert.Equal(valid, _encoderValidator.ValidateVersionInternal(versionOutput));
|
||||
}
|
||||
|
||||
private class GetFFmpegVersionTestData : TheoryData<string, Version?>
|
||||
private sealed class GetFFmpegVersionTestData : TheoryData<string, Version?>
|
||||
{
|
||||
public GetFFmpegVersionTestData()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user