mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
Declare VirtualInterfaceNames as string array for consistency
This commit is contained in:
@@ -114,7 +114,7 @@ public class CreateNetworkConfiguration : IMigrationRoutine
|
||||
|
||||
public bool IgnoreVirtualInterfaces { get; set; } = true;
|
||||
|
||||
public string VirtualInterfaceNames { get; set; } = "veth";
|
||||
public string[] VirtualInterfaceNames { get; set; } = new string[] { "veth" };
|
||||
|
||||
public string[] PublishedServerUriBySubnet { get; set; } = Array.Empty<string>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user