mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
update translations
This commit is contained in:
@@ -528,7 +528,13 @@ namespace SocketHttpListener.Net
|
||||
finally
|
||||
{
|
||||
if (s != null)
|
||||
s.Close();
|
||||
{
|
||||
try
|
||||
{
|
||||
s.Close();
|
||||
}
|
||||
catch { }
|
||||
}
|
||||
}
|
||||
Unbind();
|
||||
RemoveConnection();
|
||||
|
||||
Reference in New Issue
Block a user