Fix build

This commit is contained in:
Shadowghost 2022-12-03 12:44:59 +01:00
parent bcd992fb06
commit 95740ef9a2

View File

@ -162,7 +162,8 @@ namespace Jellyfin.Networking.Manager
/// </summary> /// </summary>
private void HandleNetworkChange() private void HandleNetworkChange()
{ {
lock(_networkEventLock){ lock (_networkEventLock)
{
if (!_eventfire) if (!_eventfire)
{ {
_logger.LogDebug("Network Address Change Event."); _logger.LogDebug("Network Address Change Event.");