mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05:00 
			
		
		
		
	Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
		
							parent
							
								
									153e920239
								
							
						
					
					
						commit
						4f51a22081
					
				@ -458,7 +458,7 @@ namespace Jellyfin.Networking.Manager
 | 
				
			|||||||
                return CreateCollection(_internalInterfaces);
 | 
					                return CreateCollection(_internalInterfaces);
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            return new Collection<IPObject>(_bindAddresses.Where(IsInLocalNetwork).ToArray());
 | 
					            return new Collection<IPObject>(_bindAddresses.Where(a => IsInLocalNetwork(a)).ToArray());
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        /// <inheritdoc/>
 | 
					        /// <inheritdoc/>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user