mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-03 01:33:50 +02:00
catch SocketException
This commit is contained in:
parent
34ff78d3a0
commit
a5b5bbb26c
1 changed files with 4 additions and 0 deletions
|
|
@ -592,6 +592,10 @@ namespace MediaBrowser.Dlna.Ssdp
|
|||
catch (ObjectDisposedException)
|
||||
{
|
||||
|
||||
}
|
||||
catch (SocketException)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue