diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-02 14:30:27 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-02 14:30:27 -0400 |
| commit | e76e8bb96cf119380582d573fa057fd258c839a0 (patch) | |
| tree | 8830f42476c898fb35d363c0d7ff448a54418acd /MediaBrowser.Server.Implementations/HttpServer/HttpResultFactory.cs | |
| parent | 713083b34a467610d0d3ca15d8934551be6d0248 (diff) | |
update sync progress display
Diffstat (limited to 'MediaBrowser.Server.Implementations/HttpServer/HttpResultFactory.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/HttpServer/HttpResultFactory.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/HttpServer/HttpResultFactory.cs b/MediaBrowser.Server.Implementations/HttpServer/HttpResultFactory.cs index 961d58eb6..9dc8d94e2 100644 --- a/MediaBrowser.Server.Implementations/HttpServer/HttpResultFactory.cs +++ b/MediaBrowser.Server.Implementations/HttpServer/HttpResultFactory.cs @@ -476,7 +476,8 @@ namespace MediaBrowser.Server.Implementations.HttpServer return new StreamWriter(stream, contentType, _logger) { - OnComplete = options.OnComplete + OnComplete = options.OnComplete, + OnError = options.OnError }; } |
