mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-01 20:54:30 -04:00
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…
x
Reference in New Issue
Block a user