mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:08:33 +00:00
Add regression test
This commit is contained in:
parent
a9a02719ab
commit
0022508889
2 changed files with 19 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ public static partial class ApplePlatformHelper
|
|||
{
|
||||
private static readonly string[] _av1DecodeBlacklistedCpuClass = ["M1", "M2"];
|
||||
|
||||
private static string GetSysctlValue(string name)
|
||||
internal static string GetSysctlValue(string name)
|
||||
{
|
||||
nuint length = 0;
|
||||
// Get length of the value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue