mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-31 04:05:50 -04:00
Fix build
This commit is contained in:
parent
bcd992fb06
commit
95740ef9a2
@ -162,7 +162,8 @@ namespace Jellyfin.Networking.Manager
|
||||
/// </summary>
|
||||
private void HandleNetworkChange()
|
||||
{
|
||||
lock(_networkEventLock){
|
||||
lock (_networkEventLock)
|
||||
{
|
||||
if (!_eventfire)
|
||||
{
|
||||
_logger.LogDebug("Network Address Change Event.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user