From b51c614980a6cac56d132dd504b5b26282e8ed2b Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 15 Jul 2016 13:18:01 -0400 Subject: [PATCH] update async stream writer --- .../HttpServer/AsyncStreamWriterFunc.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MediaBrowser.Server.Implementations/HttpServer/AsyncStreamWriterFunc.cs b/MediaBrowser.Server.Implementations/HttpServer/AsyncStreamWriterFunc.cs index 4f8b18319d..5aa01c7062 100644 --- a/MediaBrowser.Server.Implementations/HttpServer/AsyncStreamWriterFunc.cs +++ b/MediaBrowser.Server.Implementations/HttpServer/AsyncStreamWriterFunc.cs @@ -19,7 +19,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer /// Gets the options. /// /// The options. - public IDictionary Options { get; } + public IDictionary Options { get; private set; } public Action OnComplete { get; set; } public Action OnError { get; set; }