aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Networking
diff options
context:
space:
mode:
authorShadowghost <Ghost_of_Stone@web.de>2022-12-03 12:44:59 +0100
committerShadowghost <Ghost_of_Stone@web.de>2022-12-03 12:44:59 +0100
commit95740ef9a21f76b51ab777ef34162910b3da1b3c (patch)
tree8a97dda6a8b847b7dc3659425b608b036db1f97f /Jellyfin.Networking
parentbcd992fb0604839c18a628850df095777d6cf6f9 (diff)
Fix build
Diffstat (limited to 'Jellyfin.Networking')
-rw-r--r--Jellyfin.Networking/Manager/NetworkManager.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Jellyfin.Networking/Manager/NetworkManager.cs b/Jellyfin.Networking/Manager/NetworkManager.cs
index 4a6a4a576..031858206 100644
--- a/Jellyfin.Networking/Manager/NetworkManager.cs
+++ b/Jellyfin.Networking/Manager/NetworkManager.cs
@@ -162,7 +162,8 @@ namespace Jellyfin.Networking.Manager
/// </summary>
private void HandleNetworkChange()
{
- lock(_networkEventLock){
+ lock (_networkEventLock)
+ {
if (!_eventfire)
{
_logger.LogDebug("Network Address Change Event.");