mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 01:05:19 +03:00
fixed scheduled tasks firing too early
This commit is contained in:
@@ -127,7 +127,10 @@ namespace MediaBrowser.Server.Implementations.Udp
|
||||
/// </summary>
|
||||
public void Stop()
|
||||
{
|
||||
_udpClient.Close();
|
||||
if (_udpClient != null)
|
||||
{
|
||||
_udpClient.Close();
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user