update plugin page
This commit is contained in:
parent
9c879eefc3
commit
d1fd921280
|
@ -198,6 +198,10 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
|||
}
|
||||
}
|
||||
}
|
||||
catch (IOException ex)
|
||||
{
|
||||
throw;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
_logger.ErrorException("Error in range request writer", ex);
|
||||
|
|
Loading…
Reference in New Issue
Block a user