update plugin page

This commit is contained in:
Luke Pulverenti 2015-08-14 21:10:07 -04:00
parent 9c879eefc3
commit d1fd921280
1 changed files with 4 additions and 0 deletions

View File

@ -198,6 +198,10 @@ namespace MediaBrowser.Server.Implementations.HttpServer
}
}
}
catch (IOException ex)
{
throw;
}
catch (Exception ex)
{
_logger.ErrorException("Error in range request writer", ex);