瀏覽代碼

update async stream writer

Luke Pulverenti 9 年之前
父節點
當前提交
b51c614980
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MediaBrowser.Server.Implementations/HttpServer/AsyncStreamWriterFunc.cs

+ 1 - 1
MediaBrowser.Server.Implementations/HttpServer/AsyncStreamWriterFunc.cs

@@ -19,7 +19,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
         /// Gets the options.
         /// </summary>
         /// <value>The options.</value>
-        public IDictionary<string, string> Options { get; }
+        public IDictionary<string, string> Options { get; private set; }
 
         public Action OnComplete { get; set; }
         public Action OnError { get; set; }