소스 검색

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; }