Fix build
This commit is contained in:
parent
bcd992fb06
commit
95740ef9a2
|
@ -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.");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user