update async stream writer

This commit is contained in:
Luke Pulverenti 2016-07-15 13:18:01 -04:00
parent 8627683f18
commit b51c614980
1 changed files with 1 additions and 1 deletions

View File

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