mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 15:48:03 +00:00
Fix warnings
This commit is contained in:
@@ -180,7 +180,7 @@ public static partial class NetworkUtils
|
||||
{
|
||||
if (TryParseToSubnet(values[a], out var innerResult, negated))
|
||||
{
|
||||
tmpResult.Add(innerResult);
|
||||
tmpResult.Add(innerResult.Value);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user