update plugin page

pull/702/head
Luke Pulverenti 9 years ago
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…
Cancel
Save