Преглед на файлове

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