mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
This commit is contained in:
parent
ff7cae8a13
commit
f67137004c
@ -694,7 +694,7 @@ namespace Jellyfin.Networking.Manager
|
|||||||
/// <param name="token">String to check.</param>
|
/// <param name="token">String to check.</param>
|
||||||
/// <param name="index">Interface index numbers that match.</param>
|
/// <param name="index">Interface index numbers that match.</param>
|
||||||
/// <returns><c>true</c> if an interface name matches the token, <c>False</c> otherwise.</returns>
|
/// <returns><c>true</c> if an interface name matches the token, <c>False</c> otherwise.</returns>
|
||||||
private bool TryIsInterface(string token, [NotNullWhen(true)] out List<int>? index)
|
private bool TryIsInterface(string token, [MaybeNullWhen(false)] out List<int> index)
|
||||||
{
|
{
|
||||||
index = null;
|
index = null;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user